[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 // $Id: admin.php 19415 2005-10-14 14:08:53Z ralfbecker $ 3 4 require_once(TemplateDir . '/common.php'); 5 6 // The admin template is passed an associative array with the following 7 // elements: 8 // 9 // html => A string containing the XHTML markup of the form to be 10 // displayed. 11 12 function template_admin($args) 13 { 14 template_common_prologue(array('norobots' => 1, 15 'title' => lang('Administration'), 16 'heading' => lang('Administration'), 17 'headlink' => '', 18 'headsufx' => '', 19 'toolbar' => 0)); 20 ?> 21 <div id="body"> 22 <?php print $args['html']; ?> 23 </div> 24 <?php 25 /*template_common_epilogue(array('twin' => '', 26 'edit' => '', 27 'editver' => 0, 28 'history' => '', 29 'timestamp' => '', 30 'nosearch' => 1));*/ 31 } 32 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |