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
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
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!