ZenphotoCMS Forum
A couple of questions about changing the title bar structure. - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: A couple of questions about changing the title bar structure. (/thread-3596.html)



A couple of questions about changing the title bar structure. - Pierrot - 2008-08-26

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 |




A couple of questions about changing the title bar structure. - acrylian - 2008-08-26

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




A couple of questions about changing the title bar structure. - Pierrot - 2008-08-26

Thanks acrylian,

I have the code for capitalization...

'$ucTitleString = ucwords($titleString);'

I'm not sure how to incorporate it into...

'
PHAUXSHOW GALLERY |




A couple of questions about changing the title bar structure. - acrylian - 2008-08-26

What about $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).




A couple of questions about changing the title bar structure. - Pierrot - 2008-08-28

acrylian,

I'm having a hard time getting the code to work. If I were to take the code from the image.php file...

'
PHAUXSHOW GALLERY |