diff options
author | plegall <plg@piwigo.org> | 2004-12-31 07:58:41 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-31 07:58:41 +0000 |
commit | c8e89e0c55e6db60cc0244073f8299b1b34dacfc (patch) | |
tree | 8019ae690580c14627857c4e8e10bffcb3b17eda /admin | |
parent | 96f24f3ddcdf3122ca1e0e21cac45fa309640d0b (diff) |
- administration instructions rewritten (english only), no more picture
needed to represent directories tree, space added between list items
git-svn-id: http://piwigo.org/svn/trunk@669 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/help.php | 20 | ||||
-rw-r--r-- | admin/images/admin.png | bin | 5844 -> 0 bytes |
2 files changed, 9 insertions, 11 deletions
diff --git a/admin/help.php b/admin/help.php index aea90c74b..18e1f295f 100644 --- a/admin/help.php +++ b/admin/help.php @@ -29,18 +29,16 @@ include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php' ); $template->set_filenames( array('help'=>'admin/help.tpl') ); //----------------------------------------------------- help categories display -$categories = array( 'images','thumbnails','database','remote','upload', - 'virtual','groups','access','infos' ); -foreach ( $categories as $category ) { - $template->assign_block_vars('cat', array('NAME'=>$lang['help_'.$category.'_title'])); - if ( $category == 'images' ) +$categories = array('images','thumbnails','database','access','groups', + 'remote','upload','virtual','infos'); +foreach ($categories as $category) +{ + $template->assign_block_vars( + 'cat', + array('NAME'=>$lang['help_'.$category.'_title'])); + + foreach ($lang['help_'.$category] as $item) { - $template->assign_block_vars('cat.illustration', array( - 'SRC_IMG'=>PHPWG_ROOT_PATH.'admin/images/admin.png', - 'CAPTION'=>$lang['help_images_intro'] - )); - } - foreach ( $lang['help_'.$category] as $item ) { $template->assign_block_vars('cat.item', array('CONTENT'=>$item)); } } diff --git a/admin/images/admin.png b/admin/images/admin.png Binary files differdeleted file mode 100644 index ff8dc0160..000000000 --- a/admin/images/admin.png +++ /dev/null |