N°931 integrate TagSet widget

This commit is contained in:
Pierre Goiffon
2018-09-12 09:03:14 +02:00
parent d1ee7f4353
commit d9315bec84
11 changed files with 3200 additions and 1935 deletions

View File

@@ -311,7 +311,10 @@ class WebPage implements Page
}
/**
* Add a script (as an include, i.e. link) to the header of the page
* Add a script (as an include, i.e. link) to the header of the page.<br>
* Handles duplicates : calling twice with the same script will add the script only once
*
* @param string $s_linked_script
*/
public function add_linked_script($s_linked_script)
{