source:
spip-zone/_plugins_/menu_dock/menudock_pipelines.php
@
28924
Last change on this file since 28924 was 19728, checked in by , 13 years ago | |
---|---|
File size: 256 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | function menudock_insert_head($flux){ |
4 | $flux .= ' |
5 | <script type="text/javascript" src="'.find_in_path('js/interface.js').'"></script> |
6 | <link rel="stylesheet" href="'.find_in_path('style.css').'" type="text/css" media="all" />'; |
7 | return $flux; |
8 | } |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.