(Help) Problem viewing full size (Help) Problem viewing full size
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

(Help) Problem viewing full size

Started by CorporalStorm, June 09, 2006, 02:49:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CorporalStorm

I upgraded to CPG 1.4.7 and whenever I view an image.. Where the picture slider is at the bottom.. When I click on the image to view the full size photo in the window that pops up.. I get an error;

Line: 72
Char: 1
Error: Object expected
Code: 0

Thats what IE show's..

Tranz

Not sure what you mean by picture slider. Please post a direct link to the image page.

CorporalStorm


Paver

You're missing this line in themes/yourtheme/template.html:
<script type="text/javascript" src="scripts.js"></script>

Take a look at the sample theme if you want to see where it usually goes.

CorporalStorm