source:
spip-zone/_plugins_/tagsphere/head.php
@
93527
Last change on this file since 93527 was 93527, checked in by , 5 years ago | |
---|---|
File size: 278 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | function tagsphere_insert_head($flux) { |
4 | // Voir pour l'utilisation de https://github.com/dynamicguy/tagcloud/ qui semble être son nouveau nom. |
5 | $flux .= '<script type="text/javascript" src="'._DIR_PLUGIN_TAGSPHERE.'js/jquery.tagSphere.js"></script>'; |
6 | |
7 | return $flux; |
8 | } |
Note: See TracBrowser
for help on using the repository browser.