Changeset 5293 for trunk/include


Ignore:
Timestamp:
Mar 23, 2010, 10:19:55 PM (14 years ago)
Author:
patdenice
Message:

Feature 1533: Change "General" by "Options" in Configuration menu.
Change "Default Display" tab by "Guest Settings" tab.
Add display tab in Configuration/Option menu.

Allow to activate/deactivate a lot of display features:

On main page:
# Display only recently posted images
# Sort order
# Display all elements in all sub-categories
# Display a calendar by posted date
# Display a calendar by creation date
# Slideshow

On photo page:
# Show file metadata
# slideshow
# Add this image to your favorites
# Navigation Bar
# Navigation Thumbnails

File:
1 edited

Legend:

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

    r5196 r5293  
    8080  $block = $menu->get_block('mbCategories');
    8181//------------------------------------------------------------------------ filter
    82   if (!empty($conf['filter_pages']) and get_filter_page_value('used'))
     82  if ($conf['menubar_filter_icon'] and !empty($conf['filter_pages']) and get_filter_page_value('used'))
    8383  {
    8484    if ($filter['enabled'])
Note: See TracChangeset for help on using the changeset viewer.