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

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


Author: steffen

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

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

--- NEW FILE: menu.inc ---
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td class="menu">
      <table border="0" width="100%">
        <tr>
          <?php
          foreach ($menu as $m) {
              echo Menu::createItem($m['url'], $m['text'], $m['icon'], $m['icon_path']);
          }
          ?>
          <td width="100%"> </td><!-- spacer -->
        </tr>
      </table>
    </td>
  </tr>
</table><br />

<?php
$GLOBALS['notification']->notify(array('listeners' => 'status'));





More information about the commits mailing list