3 // eXtreme Styles mod cache. Generated on Sun, 12 Jun 2005 15:38:48 -0400 (time=1118605128)
6 <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center">
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>
12 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
14 <th height="25" class="thHead"><b><?php echo isset($this->vars['L_ADMIN']) ? $this->vars['L_ADMIN'] : $this->lang('L_ADMIN'); ?></b></th>
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>
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>
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>
27 $catrow_count = ( isset($this->_tpldata['catrow.']) ) ? sizeof($this->_tpldata['catrow.']) : 0;
28 for ($catrow_i = 0; $catrow_i < $catrow_count; $catrow_i++)
30 $catrow_item = &$this->_tpldata['catrow.'][$catrow_i];
31 $catrow_item['S_ROW_COUNT'] = $catrow_i;
32 $catrow_item['S_NUM_ROWS'] = $catrow_count;
36 <td height="28" class="catSides"><span class="cattitle"><?php echo isset($catrow_item['ADMIN_CATEGORY']) ? $catrow_item['ADMIN_CATEGORY'] : ''; ?></span></td>
40 $modulerow_count = ( isset($catrow_item['modulerow.']) ) ? sizeof($catrow_item['modulerow.']) : 0;
41 for ($modulerow_i = 0; $modulerow_i < $modulerow_count; $modulerow_i++)
43 $modulerow_item = &$catrow_item['modulerow.'][$modulerow_i];
44 $modulerow_item['S_ROW_COUNT'] = $modulerow_i;
45 $modulerow_item['S_NUM_ROWS'] = $modulerow_count;
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>
56 if(isset($modulerow_item)) { unset($modulerow_item); }
63 if(isset($catrow_item)) { unset($catrow_item); }