Fix for ticket #933. Move the inclusion of the piclens script from the theme::header callback to the theme::page_bottom callback.

This commit is contained in:
Tim Almdal
2010-01-08 11:06:54 -08:00
parent 58620c5faa
commit 46e33f1bbe
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class slideshow_theme_Core {
static function head($theme) {
static function page_bottom($theme) {
$proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https";
return "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " .
"type=\"text/javascript\"></script>";