Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // |
---|
4 | // ajout CSS et JS |
---|
5 | // |
---|
6 | function hashmask_insert_head($flux){ |
---|
7 | $flux .= '<link rel="stylesheet" type="text/css" href="'.find_in_path('hashmask.css').'" media="all" />'."\n"; |
---|
8 | |
---|
9 | $flux .= '<script src="'.find_in_path('hashmask.sha1.js').'" type="text/javascript"></script>'."\n";; |
---|
10 | $flux .= '<script src="'.find_in_path('hashmask.sparkline.js').'" type="text/javascript"></script>'."\n";; |
---|
11 | $flux .= '<script src="'.find_in_path('hashmask.js').'" type="text/javascript"></script>'."\n";; |
---|
12 | |
---|
13 | return $flux; |
---|
14 | } |
---|
15 | |
---|
16 | |
---|
17 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.