set_id('help'); $tabsheet->select($selected); $tabsheet->assign(); trigger_notify('loc_end_help'); $template->set_filenames(array('help' => 'help.tpl')); $template->assign( array( 'HELP_CONTENT' => load_language( 'help/help_'.$tabsheet->selected.'.html', '', array('return'=>true) ), 'HELP_SECTION_TITLE' => $tabsheet->sheets[ $tabsheet->selected ]['caption'], ) ); if (substr($user['language'], 0, 3) == 'fr_') { $page['messages'][] = sprintf( 'Besoin d\'aide pour utiliser Piwigo ? Consultez la documentation en ligne !', 'https://doc-fr.piwigo.org/' ); } // +-----------------------------------------------------------------------+ // | sending html code | // +-----------------------------------------------------------------------+ $template->assign_var_from_handle('ADMIN_CONTENT', 'help'); ?>