|
Hi..
This is normal, i believe been like this since PP5 early inception, if you would like to move the 'title' elsewhere you could edit the showphoto.tmpl to your needs, look for the code below :
<td class="{$Style['menubar']}" align="center"><b>$title</b></td>
you could alter the style/colours - eg:
<td class="{$Style['tdnothumbs']}" align="center"><b>$title</b></td>
-T
|