View Single Post
Old January 3rd, 2009, 05:14 PM   #13 (permalink)
cherrycola
Member
 
Join Date: Feb 2008
Posts: 63
I just figured out what was going on ...

The JS files were being loaded from the root directory instead of the /js/ directory where they actually were. Not sure if this was something set up when I installed or if its in the photopost php files - Ive had a few drinks so I cant think straight.

If its in the files - thank me for figuring it out for you hahaha maybe even send me some coding royalties for todays headache - LMAO!

Laters!

GO COLTS!

-EDIT

FOUND WHERE ITS AT ...

php-inc ...

Quote:
$javapopup .= "<script type=\"text/javascript\" src=\"{$Globals['maindir']}/tjpzoom.js\"></script>\n
<script type=\"text/javascript\" src=\"{$Globals['maindir']}/instant.js\"></script>";
notice its loading from root and NOT the /js/ .... youre welcome. Really I am quite happy to have this one behind me!

Last edited by cherrycola; January 3rd, 2009 at 05:21 PM. Reason: EDIT - its in the php-inc
cherrycola is offline   Reply With Quote