Ignore:
Timestamp:
Dec 12, 2006, 7:17:53 AM (17 years ago)
Author:
rub
Message:

Feature Issue ID 0000601: Filter all public pages with only recent elements

Change stop icon.
Add icon to menu.

It's still a draft.

Try this!

Go to http://forum.phpwebgallery.net/viewtopic.php?id=9490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r1648 r1650  
    169169    ));
    170170
    171 // Not recent menu when filter is activated
    172 if (!$page['filter_mode'])
    173 {
    174   // recent pics
    175   $template->assign_block_vars(
    176     'special_cat',
    177     array(
    178       'URL' => make_index_url(array('section' => 'recent_pics')),
    179       'TITLE' => $lang['recent_pics_cat_hint'],
    180       'NAME' => $lang['recent_pics_cat']
    181       ));
    182   // recent cats
    183   $template->assign_block_vars(
    184     'special_cat',
    185     array(
    186       'URL' => make_index_url(array('section' => 'recent_cats')),
    187       'TITLE' => $lang['recent_cats_cat_hint'],
    188       'NAME' => $lang['recent_cats_cat']
    189       ));
    190 }
     171// recent pics
     172$template->assign_block_vars(
     173  'special_cat',
     174  array(
     175    'URL' => make_index_url(array('section' => 'recent_pics')),
     176    'TITLE' => $lang['recent_pics_cat_hint'],
     177    'NAME' => $lang['recent_pics_cat']
     178    ));
     179// recent cats
     180$template->assign_block_vars(
     181  'special_cat',
     182  array(
     183    'URL' => make_index_url(array('section' => 'recent_cats')),
     184    'TITLE' => $lang['recent_cats_cat_hint'],
     185    'NAME' => $lang['recent_cats_cat']
     186    ));
    191187
    192188// calendar
Note: See TracChangeset for help on using the changeset viewer.