/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to module.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-20 05:22:25 UTC
  • Revision ID: csa@dside.dyndns.org-20080420052225-enu1yngq1pny531z
Layout redesign: search tab, controls, menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    $separator_flag = 0;
12
12
 
13
13
    foreach ($MODULES as $module) {
14
 
        if ($separator_flag) echo " | ";
 
14
        if ($separator_flag) echo " | ";
15
15
        else $separator_flag = 1;
16
16
 
17
17
        if (strcmp($config_module, $module)) $css = "module_link";