[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 // $Id: macro.php 20295 2006-02-15 12:31:25Z $ 3 4 require('parse/macros.php'); 5 require('parse/html.php'); 6 7 // Execute a macro directly from the URL. 8 function action_macro() 9 { 10 global $ViewMacroEngine, $macro, $parms; 11 12 if(!empty($ViewMacroEngine[$macro])) 13 { 14 print $ViewMacroEngine[$macro]($parms); 15 } 16 } 17 ?>
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 |