coppermine-gallery.com/forum

Support => Older/other versions => cpg1.1.X Support (standalone) => Topic started by: Jim@Element on October 11, 2003, 10:21:26 PM

Title: Can't view fullsize pictures...
Post by: Jim@Element on October 11, 2003, 10:21:26 PM
www.callofdutyelement.com/gallery

I can't view fullsized pictures on the site.  I get a javascript error.  If someone can help me find the theme_view_fullsize() function, I should be able to fix it... but I have no idea what page it's on.  :P
Title: Can't view fullsize pictures...
Post by: gtroll on October 11, 2003, 10:42:58 PM
doesn't look like the javascript is being included look in your theme for
<script type="text/javascript" src="scripts.js"></script>
if not look at the other themes to see how it's included in them
Title: Can't view fullsize pictures...
Post by: Jim@Element on October 11, 2003, 11:43:36 PM
You're good at that game  ;)  I naturally assumed it was a problem within the function I mentioned...

Turns out I was a moron and removed that JS tag when I was working on t3h template.  :)

Thank you!