Changeset 6993 for trunk/include


Ignore:
Timestamp:
Sep 21, 2010, 11:14:54 PM (14 years ago)
Author:
rvelices
Message:

feature 1616: rename "category" into "album" (4th commit; almost there)

File:
1 edited

Legend:

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

    r6363 r6993  
    521521    return;
    522522  $menu->register_block( new RegisteredBlock( 'mbLinks', 'Links', 'piwigo'));
    523   $menu->register_block( new RegisteredBlock( 'mbCategories', 'Categories', 'piwigo'));
     523  $menu->register_block( new RegisteredBlock( 'mbCategories', 'Albums', 'piwigo'));
    524524  $menu->register_block( new RegisteredBlock( 'mbTags', 'Related tags', 'piwigo'));
    525525  $menu->register_block( new RegisteredBlock( 'mbSpecials', 'Specials', 'piwigo'));
Note: See TracChangeset for help on using the changeset viewer.