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 14... Line 14...
14
    {
14
    {
15
      echo '<tr>';
15
      echo '<tr>';
16
 
16
 
17
      echo '<td align="center" valign="top">';
17
      echo '<td align="center" valign="top">';
18
 
18
 
19
      if (file_exists('modules/'.$m2.'/gross.gif'))
19
      if (file_exists('modules/'.$m2.'/images/menu/32.png'))
20
        echo '<img src="modules/'.$m2.'/gross.gif" alt="" width="32" height="32">';
20
        echo '<img src="modules/'.$m2.'/images/menu/32.png" alt="" width="32" height="32">';
21
      else if (file_exists('modules/'.$m2.'/gross.png'))
21
      else if (file_exists('modules/'.$m2.'/images/menu/32.gif'))
22
        echo '<img src="modules/'.$m2.'/gross.png" alt="" width="32" height="32">';
22
        echo '<img src="modules/'.$m2.'/images/menu/32.gif" alt="" width="32" height="32">';
23
      else
23
      else
24
        echo '<img src="design/spacer.gif" alt="" width="32" height="32">';
24
        echo '<img src="design/spacer.gif" alt="" width="32" height="32">';
25
 
25
 
26
      echo '</td><td><img src="design/spacer.gif" alt="" width="10" height="1"></td><td width="100%" valign="top" align="left">';
26
      echo '</td><td><img src="design/spacer.gif" alt="" width="10" height="1"></td><td width="100%" valign="top" align="left">';
27
 
27