Changeset 2414 for branches/branch-1_7/include/menubar.inc.php
- Timestamp:
- Jul 2, 2008, 3:13:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/include/menubar.inc.php
r2347 r2414 60 60 } 61 61 62 if 62 if 63 63 ( 64 64 (!isset($url_data['eval_visible'])) … … 77 77 { 78 78 $template->assign_block_vars( 79 'links.link.new_window', 79 'links.link.new_window', 80 80 array( 81 81 'name' => (isset($url_data['nw_name']) ? $url_data['nw_name'] : ''), … … 127 127 $template->assign_block_vars( 128 128 'tags.tag', 129 array( 130 'URL' => make_index_url( 131 array( 132 'tags' => array($tag) 133 ) 134 ), 135 136 'NAME' => $tag['name'], 137 138 'TITLE' => l10n('See pictures linked to this tag only'), 139 140 'CLASS' => 'tagLevel'.$tag['level'] 129 array_merge( 130 $tag, 131 array( 132 'URL' => make_index_url( 133 array( 134 'tags' => array($tag) 135 ) 136 ), 137 138 'NAME' => $tag['name'], 139 140 'TITLE' => l10n('See pictures linked to this tag only'), 141 142 'CLASS' => 'tagLevel'.$tag['level'] 143 ) 141 144 ) 142 145 );
Note: See TracChangeset
for help on using the changeset viewer.