Changeset 324:07f1d829b183 for inc/dbschema
- Timestamp:
- 06/01/11 15:54:48 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r291 r324 149 149 $init_fav = array(); 150 150 151 $init_fav['new_post'] = array('new_post', __('New entry'),'post.php',151 $init_fav['new_post'] = array('new_post','New entry','post.php', 152 152 'images/menu/edit.png','images/menu/edit-b.png', 153 153 'usage,contentadmin',null,'menu-new-post'); 154 $init_fav['posts'] = array('posts', __('Entries'),'posts.php',154 $init_fav['posts'] = array('posts','Entries','posts.php', 155 155 'images/menu/entries.png','images/menu/entries-b.png', 156 156 'usage,contentadmin',null,null); 157 $init_fav['comments'] = array('comments', __('Comments'),'comments.php',157 $init_fav['comments'] = array('comments','Comments','comments.php', 158 158 'images/menu/comments.png','images/menu/comments-b.png', 159 159 'usage,contentadmin',null,null); 160 $init_fav['prefs'] = array('prefs', __('My preferences'),'preferences.php',160 $init_fav['prefs'] = array('prefs','My preferences','preferences.php', 161 161 'images/menu/user-pref.png','images/menu/user-pref-b.png', 162 162 '*',null,null); 163 $init_fav['blog_pref'] = array('blog_pref', __('Blog settings'),'blog_pref.php',163 $init_fav['blog_pref'] = array('blog_pref','Blog settings','blog_pref.php', 164 164 'images/menu/blog-pref.png','images/menu/blog-pref-b.png', 165 165 'admin',null,null); 166 $init_fav['blog_theme'] = array('blog_theme', __('Blog appearance'),'blog_theme.php',166 $init_fav['blog_theme'] = array('blog_theme','Blog appearance','blog_theme.php', 167 167 'images/menu/themes.png','images/menu/blog-theme-b.png', 168 168 'admin',null,null); 169 169 170 $init_fav['pages'] = array('pages', __('Pages'),'plugin.php?p=pages',170 $init_fav['pages'] = array('pages','Pages','plugin.php?p=pages', 171 171 'index.php?pf=pages/icon.png','index.php?pf=pages/icon-big.png', 172 172 'contentadmin,pages',null,null); 173 $init_fav['blogroll'] = array('blogroll', __('Blogroll'),'plugin.php?p=blogroll',173 $init_fav['blogroll'] = array('blogroll','Blogroll','plugin.php?p=blogroll', 174 174 'index.php?pf=blogroll/icon-small.png','index.php?pf=blogroll/icon.png', 175 175 'usage,contentadmin',null,null);
Note: See TracChangeset
for help on using the changeset viewer.