Home arrow Forum

Remository Forum

 


gira2

Karma: 0  
Change title - 2010/08/14 19:47 How can I change the title in title bar
I want to change it All | Glossary
All I want to change Аll
sample adjustment in english.php, but it is not work
  | | Sorry, you do not currently have permission to write here.
chrissy6930

Karma: 27  
Re:Change title - 2010/08/15 06:01 the page title is defined in controller-classes/glossary_list_controller.php:

Code:

 $title $this->glossary->name; if ($id AND !empty($entries)) $title $entries[0]->tterm.' | '.$title; else $title $letter.' | '.$title; $interface->setPageTitle($title);



adjust the above according to your needs
  | | Sorry, you do not currently have permission to write here.
gira2

Karma: 0  
Re:Change title - 2010/08/15 09:14 Thanks

I've already struggling with this code, but I could not fix it.
Can some help
I want to change only the home page
Instead All | Glossary of My title | Glossary
  | | Sorry, you do not currently have permission to write here.
chrissy6930

Karma: 27  
Re:Change title - 2010/08/15 10:56 you could try changing the above snippet for:

Code:

 $title $this->glossary->name; if ($id AND !empty($entries)) $title $entries[0]->tterm.' | '.$title; elseif ('All' == $letter$title 'somethingelse | '.$title; else $title $letter.' | '.$title; $interface->setPageTitle($title);



with somethingelse being your title of choice
  | | Sorry, you do not currently have permission to write here.
gira2

Karma: 0  
Re:Change title - 2010/08/15 11:36 Yes
thank you

it works
  | | Sorry, you do not currently have permission to write here.

Login

Subscribe to Premium Support

Get priority support for Remository and Glossary, sign up now for a Premium Support monthly subscription:

Your Remository user name

Or purchase a year's support:

Your Remository user name

Recommended SEF

SEF Advance

Who is Online

Remository welcomes guests and visitors

We have 8 guest online