steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/horde menu.inc, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:36 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/horde
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/horde

Added Files:
	menu.inc 
Log Message:
Fbview in separate package

--- NEW FILE: menu.inc ---
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<?php if (!empty($conf['logo']['image']) || !Util::getFormData('mozbar')): ?>
  <tr>
    <td class="menu" colspan="2">
      <table border="0" width="100%">
        <tr>
         <td width="100%" class="themelogo">
           <?php
           if (!empty($conf['logo']['image'])) {
               if (!empty($conf['logo']['link'])) {
                   echo Horde::link($conf['logo']['link'], null, null, '_top');
               }
               echo Horde::img($conf['logo']['image'], '', 'border="0"', '');
               if (!empty($conf['logo']['link'])) {
                   echo '</a>';
               }
           } else {
               echo ' ';
           }
           ?>
         </td>
        </tr>
      </table>
    </td>
  </tr>
<?php endif; ?>
  <tr>
    <td valign="top" class="sidebar-panel" width="100%">
      <?php echo $menutext ?>
    </td>
    <td> </td>
  </tr>
</table>





More information about the commits mailing list