| | |
| | | |
| | | <?php |
| | | $aw['aw_jump_text'] = 'Jump to previous stats: '; |
| | | $aw['aw_renamed_index'] = 'fixedindex.html'; |
| | | $aw['aw_renamed_index'] = 'awsindex.html'; |
| | | |
| | | if ($handle = opendir('.')) |
| | | { |
| | |
| | | |
| | | $month = date("n"); |
| | | $year = date("Y"); |
| | | |
| | | |
| | | if (date("d") == 1) |
| | | { |
| | | $month = date("m")-1; |
| | |
| | | } |
| | | |
| | | $current = $year.$month; |
| | | $awprev[$current] = $year."-".$month; |
| | | if ( $month < 10 ) { |
| | | $current = $year."0".$month; |
| | | } |
| | | $awprev[$current] = $year."-".$month; |
| | | |
| | | closedir($handle); |
| | | closedir($handle); |
| | | } |
| | | |
| | | echo '<div style="width: 97%; margin-left: 4px; height: 20px; background-color: #FFFFFF; position: fixed; padding: 7px; border: 2px solid #cccccc;><div align="left"><font color="#000000" size="2" face="Verdana, Arial, Helvetica, sans-serif">' .$aw["aw_jump_text"]. '</font </div>'; |