|
It should not appear on showmembers and doesnt from what I see.
The email a friend link appears on the showgallery page a regular cat and works as intended from what I see
Please explain further what you mean about showmembers?
Looking at this thread this issue is about the email a friend link which only appears on the showgallery.php page
<td class="{$Style['menubar']}" align="center" width="25%">
<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="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;" />
</td>
|