Ignore:
Timestamp:
Mar 5, 2013, 12:11:53 PM (11 years ago)
Author:
mistic100
Message:

define body_id and page_title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/trunk/main.inc.php

    r19836 r21203  
    7070  if ($tokens[0] == 'additional_page' and !empty($tokens[1]))
    7171    redirect(make_index_url(array('section'=>'page')).'/'.$tokens[1]);
    72 
    73   if (!is_null($conf['AP']['homepage']))
    74   {
    75     $albums_url = make_index_url(array('section' => 'categories'));
    76    
    77     $page['title'] = preg_replace(
    78       '#/a>#',
    79       '/a>'.$conf['level_separator'].'<a href="'.$albums_url.'">'.l10n('Albums').'</a>',
    80       $page['title'],
    81       1 // only replace the first occurence of "a/>"
    82       );
    83   }
    8472}
    8573
Note: See TracChangeset for help on using the changeset viewer.