MG 1.1 Change "Media" title

Nuno

Well-known member
Hello,

What is the phrase I need to translate to change the Media title tag:

Code:
<title>Media | Site Name</title>

to:

Code:
<title>Gallery | Site Name</title>

Thanks
 
Thanks Chris.

How do you stop "Site Name" from appearing twice in the title? For example, Site name is MYCAT.com and your xenfor media gallery is "MYCAT Gallery" and forum is "MYCAT Forum"

I change the name "Media" in xengallery_media to "MYPICS Gallery" which shows up like so:

MYCAT Gallery | MYCAT Forum

Anyway to change this behavior so MYCAT only appears once?
 
"MYCAT Forum" is your board title and that will appear on every page - that is defined in the PAGE_CONTAINER template so applies to all pages (and is not directly related to the gallery).

If you don't want to change that, you would have to remove the forum name from the gallery title.
 
Top Bottom