[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/sitemgr/sitemgr-site/templates/idots/ -> right_bt.inc.php (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare SiteMgr - Web Content Management                              *
   4      * http://www.egroupware.org                                                *
   5      * Copyright (c) 2004 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 13729 2004-02-10 14:56:34Z ralfbecker $ */
  14  
  15  class right_bt
  16  {
  17  	function apply_transform($title,$content)
  18      {
  19          return '
  20  <div class="divSidebox">
  21      <div class="divSideboxHeader"><span>'. $title .'</span></div>
  22      <div class="divSideboxEntry">
  23          '. str_replace('&middot;','<img src="templates/idots/images/orange-ball.png" alt="+" />',$content). '</div>
  24  </div>
  25  <div class="sideboxSpace"></div>';
  26      }
  27  }


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7