I've been trying to clean up my site a little and sort out any title bar inconsistencies.
I changed the image.php file to show...
' PHAUXSHOW GALLERY |
Sadly I am not a seo expert, so I can't really help with that special questions.
But to 1. http://www.php.net/manual/en/function.strtoupper.php
Thanks acrylian,
I have the code for capitalization...
'$ucTitleString = ucwords($titleString);'
I'm not sure how to incorporate it into...
What about $ucTitleString = ucwords(getAlbumTitle()); echo strip_tags($ucTitleString);?>?
$ucTitleString = ucwords(getAlbumTitle()); echo strip_tags($ucTitleString);?>
You get the parent album of the current album with $_zp_current_album->getParent() (The folder name actually).
$_zp_current_album->getParent()
acrylian,
I'm having a hard time getting the code to work. If I were to take the code from the image.php file...