[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 3 class left_bt 4 { 5 function apply_transform($title,$content) 6 { 7 /* in my case the title on left_bt doesn't make sense 8 if you want it back remove the "display:none" style */ 9 return " 10 <img src=\"templates/realss/images/left_bt_top.png\" 11 style=\"display:block\"/> 12 <div class=\"left_bt\"> 13 <h3 style=\"display:none\">$title</h3> 14 $content 15 </div> 16 <img src=\"templates/realss/images/left_bt_bottom.png\" 17 style=\"display:block; margin-bottom: 10px\"/> 18 "; 19 } 20 }
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 |