[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 3 /** 4 * 5 * Tests default plugins 6 * 7 * @version $Id: 8_extend.php 18360 2005-05-26 19:38:09Z mipmip $ 8 * 9 */ 10 11 error_reporting(E_ALL); 12 13 require_once 'Savant2.php'; 14 15 $conf = array( 16 'template_path' => 'templates', 17 'resource_path' => 'resources' 18 ); 19 20 $savant =& new Savant2($conf); 21 22 $savant->display('extend.tpl.php'); 23 24 ?>
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 |