Baseline
[www.vanrenterghem.biz.git] / phpBB2 / cache / tpl_subSilver.admin.index_navigate.php
1 <?php
3 // eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:38:48 -0400 (time=1118605128)
5 ?> 
6 <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
7   <tr> 
8         <td align="center" ><a href="<?php echo isset($this->vars['U_FORUM_INDEX']) ? $this->vars['U_FORUM_INDEX'] : $this->lang('U_FORUM_INDEX'); ?>" target="_parent"><img src="../templates/subSilver/images/logo_phpBB_med.gif" border="0" /></a></td>
9   </tr>
10   <tr> 
11         <td align="center" > 
12           <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
13                 <tr> 
14                   <th height="25" class="thHead"><b><?php echo isset($this->vars['L_ADMIN']) ? $this->vars['L_ADMIN'] : $this->lang('L_ADMIN'); ?></b></th>
15                 </tr>
16                 <tr> 
17                   <td class="row1"><span class="genmed"><a href="<?php echo isset($this->vars['U_ADMIN_INDEX']) ? $this->vars['U_ADMIN_INDEX'] : $this->lang('U_ADMIN_INDEX'); ?>" target="main" class="genmed"><?php echo isset($this->vars['L_ADMIN_INDEX']) ? $this->vars['L_ADMIN_INDEX'] : $this->lang('L_ADMIN_INDEX'); ?></a></span></td>
18                 </tr>
19                 <tr> 
20                   <td class="row1"><span class="genmed"><a href="<?php echo isset($this->vars['U_FORUM_INDEX']) ? $this->vars['U_FORUM_INDEX'] : $this->lang('U_FORUM_INDEX'); ?>" target="_parent" class="genmed"><?php echo isset($this->vars['L_FORUM_INDEX']) ? $this->vars['L_FORUM_INDEX'] : $this->lang('L_FORUM_INDEX'); ?></a></span></td>
21                 </tr>
22                 <tr> 
23                   <td class="row1"><span class="genmed"><a href="<?php echo isset($this->vars['U_FORUM_INDEX']) ? $this->vars['U_FORUM_INDEX'] : $this->lang('U_FORUM_INDEX'); ?>" target="main" class="genmed"><?php echo isset($this->vars['L_PREVIEW_FORUM']) ? $this->vars['L_PREVIEW_FORUM'] : $this->lang('L_PREVIEW_FORUM'); ?></a></span></td>
24                 </tr>
25                 <?php
27 $catrow_count = ( isset($this->_tpldata['catrow.']) ) ?  sizeof($this->_tpldata['catrow.']) : 0;
28 for ($catrow_i = 0; $catrow_i < $catrow_count; $catrow_i++)
29 {
30  $catrow_item = &$this->_tpldata['catrow.'][$catrow_i];
31  $catrow_item['S_ROW_COUNT'] = $catrow_i;
32  $catrow_item['S_NUM_ROWS'] = $catrow_count;
34 ?>
35                 <tr> 
36                   <td height="28" class="catSides"><span class="cattitle"><?php echo isset($catrow_item['ADMIN_CATEGORY']) ? $catrow_item['ADMIN_CATEGORY'] : ''; ?></span></td>
37                 </tr>
38                 <?php
40 $modulerow_count = ( isset($catrow_item['modulerow.']) ) ? sizeof($catrow_item['modulerow.']) : 0;
41 for ($modulerow_i = 0; $modulerow_i < $modulerow_count; $modulerow_i++)
42 {
43  $modulerow_item = &$catrow_item['modulerow.'][$modulerow_i];
44  $modulerow_item['S_ROW_COUNT'] = $modulerow_i;
45  $modulerow_item['S_NUM_ROWS'] = $modulerow_count;
47 ?>
48                 <tr> 
49                   <td class="row1"><span class="genmed"><a href="<?php echo isset($modulerow_item['U_ADMIN_MODULE']) ? $modulerow_item['U_ADMIN_MODULE'] : ''; ?>"  target="main" class="genmed"><?php echo isset($modulerow_item['ADMIN_MODULE']) ? $modulerow_item['ADMIN_MODULE'] : ''; ?></a></span> 
50                   </td>
51                 </tr>
52                 <?php
54 } // END modulerow
56 if(isset($modulerow_item)) { unset($modulerow_item); } 
58 ?>
59                 <?php
61 } // END catrow
63 if(isset($catrow_item)) { unset($catrow_item); } 
65 ?>
66           </table>
67         </td>
68   </tr>
69 </table>
71 <br />