I deleted this from the vb3enhanced showgallery.tmpl
Quote:
PPPRINT;
if ( $cat != 500 || ($cat == 500 && $ppuser > 0) ) {
echo<<<PPPRINT
<input type="text" name="friendemail" value="email@yourfriend.com" onfocus="if(this.value=='email@yourfriend.com')this.value='';" style="font-size: 8pt;" size="20" /><br />
<input type="hidden" name="ppuser" value="$ppuser" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="sortby" value="$sortby" />
<input type="hidden" name="sorttime" value="$sorttime" />
<input type="hidden" name="way" value="$way" />
<input type="hidden" name="cat" value="$cat" />
<input type="submit" value="{$Globals['pp_lang']['emailfriend']}" style="font-size: 9pt;" />
PPPRINT;
}
echo<<<PPPRINT
|
Now I'm getting:
Quote:
|
Parse error: syntax error, unexpected '"', expecting '}' in public_html/gallery/templates/vb3enhanced/showgallery.tmpl on line 96
|
So I obviously did something wrong. How would I correct this?