Changeset 53
- Timestamp:
- Aug 20, 2007, 8:38:15 PM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
global.php
r52 r53 154 154 echo('<A HREF="http://www.toplist.cz/" target="_blank"><IMG alt="pocitadlo" 155 155 SRC="http://toplist.cz/count.asp?logo=mc&ID=324802" 156 border="0" width=" 1" height="1"></A>156 border="0" width="0" height="0"></A> 157 157 158 158 </td> -
news.php
r47 r53 6 6 { 7 7 global $Database; 8 $ItemPerPage = 6;8 $ItemPerPage = 5; 9 9 if(array_key_exists('Page', $_GET)) $Page = $Database->real_escape_string($_GET['Page']); else $Page = 0; 10 10 $Database->select_db('wow');
Note:
See TracChangeset
for help on using the changeset viewer.