Changeset 64
- Timestamp:
- 11/08/06 15:35:56 (16 years ago)
- Location:
- dev
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.box.php
r10 r64 87 87 $rows = array(); 88 88 $max = 0; 89 for ($i = 1; $i < 4; $i++)89 for ($i = 1; $i < 11; $i++) 90 90 { 91 91 $row = $this->toplist_->getRow(); … … 109 109 $html .= "<td align=right><b>" . $rows[0]['cnt'] . "</b></td><td></td></tr>"; 110 110 111 for ($i = 2; $i < 4; $i++)111 for ($i = 2; $i < 11; $i++) 112 112 { 113 113 if (!$rows[$i - 1]['plt_id']) break; -
dev/common/class.page.php
r57 r64 62 62 { 63 63 $html .= "<div id=header>\n"; 64 if (MAIN_SITE) 65 { 66 $html .= "<a href=\"".MAIN_SITE."\">"; 67 } 64 68 $html .= "<img src=\""; 65 69 $banner = $config->getStyleBanner(); … … 70 74 71 75 $html .= "\" border=\"0\">"; 72 76 if (MAIN_SITE) 77 { 78 $html .= "</a>"; 79 } 73 80 $html .= "</div>\n"; 74 81 $contracts = $this->killboard_->hasContracts(); -
dev/config.php
r2 r64 4 4 define( KB_HOST, "kb.yourcorp.com" ); 5 5 define( KB_SITE, "yourkb" ); 6 7 // Main website, leave blank if killboard is by itself 8 define( MAIN_SITE, ""); 6 9 7 10 // corporation or alliance id