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

or’s picture

do I have some option to do it?

NeilPorter’s picture

I'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.

nathaniel’s picture

Status: Active » Closed (fixed)

node-photos.tpl.php ?