Author: booz@rezo.net
Date: Tue Jul 25 18:13:07 2006
New Revision: 4217
Log:
reoups
Modified:
_plugins_/splickrbox/head.php
Modified: _plugins_/splickrbox/head.php
--- _plugins_/splickrbox/head.php (original)
+++ _plugins_/splickrbox/head.php Tue Jul 25 18:13:07 2006
@@ -1,8 +1,10 @@
<?php
function Splickr_insert_head($flux){
- $flux .= '<script type="text/javascript" src="'
- .find_in_path('splickrbox.js').'"></script>';
+ $flux .= '<script type="text/javascript" src="'.find_in_path('splickrbox.js').'"></script>';
+
+ return $flux;
+
}
?>
\ No newline at end of file