Subversion Repositories personal-webbase

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 7
Line 40... Line 40...
40
        if (($i % 5 == 0) && ($i != 0))
40
        if (($i % 5 == 0) && ($i != 0))
41
          echo '</tr><tr>';
41
          echo '</tr><tr>';
42
 
42
 
43
        echo '<td valign="middle" align="center">';
43
        echo '<td valign="middle" align="center">';
44
        echo '<a href="'.$_SERVER['PHP_SELF'].'?seite=konfig&amp;modul='.$m2.'&amp;vonmodul='.$modul.'&amp;vonseite='.$seite.'" class="menu">';
44
        echo '<a href="'.$_SERVER['PHP_SELF'].'?seite=konfig&amp;modul='.$m2.'&amp;vonmodul='.$modul.'&amp;vonseite='.$seite.'" class="menu">';
45
        if (file_exists('modules/'.$m2.'/gross.gif'))
45
        if (file_exists('modules/'.$m2.'/images/menu/32.png'))
46
          echo '<img src="modules/'.$m2.'/gross.gif" border="0" width="32" height="32" alt="">';
46
          echo '<img src="modules/'.$m2.'/images/menu/32.png" border="0" width="32" height="32" alt="">';
47
        else if (file_exists('modules/'.$m2.'/gross.png'))
47
        else if (file_exists('modules/'.$m2.'/images/menu/32.gif'))
48
          echo '<img src="modules/'.$m2.'/gross.png" border="0" width="32" height="32" alt="">';
48
          echo '<img src="modules/'.$m2.'/images/menu/32.gif" border="0" width="32" height="32" alt="">';
49
        else
49
        else
50
          echo '<img src="design/spacer.gif" border="0" width="32" height="32" alt="">';
50
          echo '<img src="design/spacer.gif" border="0" width="32" height="32" alt="">';
51
        echo '<br>'.my_htmlentities($titel).'</a></td>';
51
        echo '<br>'.my_htmlentities($titel).'</a></td>';
52
      }
52
      }
53
    }
53
    }