Changeset 4509 for trunk/website
- Timestamp:
- 07/15/06 02:42:37 (2 years ago)
- Files:
-
- 1 modified
-
trunk/website/news.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/news.php
r4482 r4509 3 3 include "archive.php"; 4 4 5 $news_action = $_REQUEST['news_action'] 5 $news_action = $_REQUEST['news_action']; 6 6 if ( empty( $news_action ) ) $news_action = "show_archive"; 7 7 ?>
