source: trunk/spip/esqueleto-redcta/plugins/splickrbox/head.php @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 163 bytes
Line 
1<?php
2
3        function Splickr_insert_head($flux){
4        $flux .=        '<script type="text/javascript" src="'.find_in_path('splickrbox.js').'"></script>';
5
6        return $flux;
7
8        }
9
10?>
Note: See TracBrowser for help on using the repository browser.