Changeset 16599
- Timestamp:
- 07/10/12 18:14:22 (10 months ago)
- Location:
- extensions/UserCollections
- Files:
-
- 1 removed
- 3 modified
- 1 moved
-
admin.php (deleted)
-
include/events.inc.php (modified) (2 diffs)
-
language/en_UK/plugin.lang.php (modified) (1 diff)
-
language/fr_FR/plugin.lang.php (modified) (1 diff)
-
template/menublock_user_collec.tpl (moved) (moved from extensions/UserCollections/template/menublock.tpl)
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/include/events.inc.php
r16597 r16599 75 75 76 76 // the prefilter is different on collection page 77 if (isset($page['section']) and $page['section'] == 'collections') return $tpl_thumbnails_var;77 if (isset($page['section']) and ($page['section'] == 'collections' or $page['section'] == 'download')) return $tpl_thumbnails_var; 78 78 79 79 // get existing collections … … 237 237 238 238 $data['U_LIST'] = USER_COLLEC_PUBLIC; 239 239 240 240 $template->set_template_dir(USER_COLLEC_PATH . 'template/'); 241 241 $block->set_title(l10n('Collections')); 242 $block->template = 'menublock .tpl';242 $block->template = 'menublock_user_collec.tpl'; 243 243 $block->data = $data; 244 244 } -
extensions/UserCollections/language/en_UK/plugin.lang.php
r16597 r16599 18 18 $lang['by %s'] = 'by %s'; 19 19 $lang['Collections'] = 'Collections'; 20 $lang['Collection'] = 'Collection'; 20 21 $lang['Remove from collection'] = 'Remove from collection'; 21 22 $lang['Add to collection'] = 'Add to collection'; -
extensions/UserCollections/language/fr_FR/plugin.lang.php
r16597 r16599 18 18 $lang['by %s'] = 'par %s'; 19 19 $lang['Collections'] = 'Collections'; 20 $lang['Collection'] = 'Collection'; 20 21 $lang['Remove from collection'] = 'Supprimer de la collection'; 21 22 $lang['Add to collection'] = 'Ajouter à la collection';
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)