Closed (fixed)
Project:
Album Photos
Version:
6.x-1.4-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2009 at 16:04 UTC
Updated:
7 Aug 2013 at 19:03 UTC
Hi,
I want to edit the title of this page - photos/album (whice I've set to be my homepage).
I would like to change the title only for this page thorgh the page-tpl.php file.
How do I suppost to rename the file?
Thanks ahead ;)
Comments
Comment #1
or commenteddo I have some option to do it?
Comment #2
NeilPorter commentedI've taken a look and I can't see an easy way to change it. It seems to be hardwired into the database from photos.module where it has defined the $items['photos/album'] array.
I did manage to change it though. If you have phpmyadmin, do a search on your database for the words 'Latest albums' and then choose the result in 'menu_links' table. Edit the 'link_title' to be what you want it to be. Then make sure you update your site or whatever it takes to recache and you should see the change.
If there's an easier way than this I'd also be interested to know it.
Comment #3
nathaniel commentednode-photos.tpl.php?