[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare SiteMgr - SiteMgr support for Mambo Open Source templates * 4 * http://www.egroupware.org * 5 * Written and (c) by RalfBecker@outdoor-training.de * 6 * -------------------------------------------- * 7 * This program is free software; you can redistribute it and/or modify it * 8 * under the terms of the GNU General Public License as published by the * 9 * Free Software Foundation; either version 2 of the License, or (at your * 10 * option) any later version. * 11 \**************************************************************************/ 12 13 /* $Id: right_bt.inc.php 13831 2004-02-22 01:46:27Z ralfbecker $ */ 14 15 class right_bt 16 { 17 function apply_transform($title,$content) 18 { 19 return 20 '<table class="moduletable"> 21 <tr> 22 <th>'.$title.'</th> 23 </tr> 24 <tr> 25 <td> 26 '.$content.' 27 </td> 28 </tr> 29 </table> 30 '; 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 |