[ Index ] |
|
Code source de e107 0.7.8 |
1 if(ADMIN){ 2 global $ns; 3 $i=1; 4 if (!$handle=opendir(e_DOCS.e_LANGUAGE."/")) { 5 $handle=opendir(e_DOCS."English/"); 6 } 7 while ($file = readdir($handle)){ 8 if($file != "." && $file != ".." && $file != "CVS"){ 9 $helplist[$i] = $file; 10 $i++; 11 } 12 } 13 closedir($handle); 14 15 unset($e107_var); 16 foreach ($helplist as $key => $value) { 17 $e107_var['x'.$key]['text'] = str_replace("_", " ", $value); 18 $e107_var['x'.$key]['link'] = e_ADMIN."docs.php?".$key; 19 } 20 21 $text = show_admin_menu(FOOTLAN_14, $act, $e107_var, FALSE, TRUE, TRUE); 22 return $ns -> tablerender(FOOTLAN_14,$text, array('id' => 'admin_docs', 'style' => 'button_menu'), TRUE); 23 } 24
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |