View Single Post
Old July 20th, 2005, 04:08 PM   #5 (permalink)
imported_kilcher
Junior Member
Verified Customer
 
Join Date: Feb 2005
Posts: 19
Re: Error Viewing Individual Images

I use editpad. This is one of them, I'm not sure how I can be screwing it up, it's just cut and paste...

http://www.vbadvanced.com/forum/show...62&postcount=3

This is the error I get...

Parse error: parse error, unexpected '\"' in /httpdocs/gallery/index.php(253) : eval()'d code on line 32

This is what's in my code...

$navreplace['replace'] = array(
'"' . $vbulletin->options['bburl'] . '/clientscript',
'\'' . $vbulletin->options['bburl'] . '/misc.php',
iif($vba_options['gallery_navbarhomelink'], '$vbulletin->options[hometitle]', '$vba_options[gallery_title]'),
iif($vba_options['gallery_navbarhomelink'], '$vboptions[homeurl]', '$vba_options[gallery_url]/index.php')
);
imported_kilcher is offline   Reply With Quote