Changeset 467:f293928d6575
- Timestamp:
- 07/01/11 16:16:41 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r270 r467 205 205 $init_fav = array(); 206 206 207 $init_fav['new_post'] = array('new_post', __('New entry'),'post.php',207 $init_fav['new_post'] = array('new_post','New entry','post.php', 208 208 'images/menu/edit.png','images/menu/edit-b.png', 209 209 'usage,contentadmin',null,'menu-new-post'); 210 $init_fav['posts'] = array('posts', __('Entries'),'posts.php',210 $init_fav['posts'] = array('posts','Entries','posts.php', 211 211 'images/menu/entries.png','images/menu/entries-b.png', 212 212 'usage,contentadmin',null,null); 213 $init_fav['comments'] = array('comments', __('Comments'),'comments.php',213 $init_fav['comments'] = array('comments','Comments','comments.php', 214 214 'images/menu/comments.png','images/menu/comments-b.png', 215 215 'usage,contentadmin',null,null); 216 $init_fav['prefs'] = array('prefs', __('My preferences'),'preferences.php',216 $init_fav['prefs'] = array('prefs','My preferences','preferences.php', 217 217 'images/menu/user-pref.png','images/menu/user-pref-b.png', 218 218 '*',null,null); 219 $init_fav['blog_pref'] = array('blog_pref', __('Blog settings'),'blog_pref.php',219 $init_fav['blog_pref'] = array('blog_pref','Blog settings','blog_pref.php', 220 220 'images/menu/blog-pref.png','images/menu/blog-pref-b.png', 221 221 'admin',null,null); 222 $init_fav['blog_theme'] = array('blog_theme', __('Blog appearance'),'blog_theme.php',222 $init_fav['blog_theme'] = array('blog_theme','Blog appearance','blog_theme.php', 223 223 'images/menu/themes.png','images/menu/blog-theme-b.png', 224 224 'admin',null,null); 225 225 226 $init_fav['pages'] = array('pages', __('Pages'),'plugin.php?p=pages',226 $init_fav['pages'] = array('pages','Pages','plugin.php?p=pages', 227 227 'index.php?pf=pages/icon.png','index.php?pf=pages/icon-big.png', 228 228 'contentadmin,pages',null,null); 229 $init_fav['blogroll'] = array('blogroll', __('Blogroll'),'plugin.php?p=blogroll',229 $init_fav['blogroll'] = array('blogroll','Blogroll','plugin.php?p=blogroll', 230 230 'index.php?pf=blogroll/icon-small.png','index.php?pf=blogroll/icon.png', 231 231 'usage,contentadmin',null,null);
Note: See TracChangeset
for help on using the changeset viewer.