
06-11-2004, 10:15 PM
|
 |
|
|
Join Date: Dec 2002
Location: Cincinnati, Ohio
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by filburt1
BTW, you can optimize that down to two statements:
PHP Code:
$pages = array
(
"" => "news",
"aff_apply" => "aff_apply",
"fanart" => "fanart",
"fanfiction" => "fanfic",
"host_apply" => "host_apply",
"staff" => "staff",
"wallpaper" => "wallpaper"
);
$content = $pages[$page];
|
Oh heh, thanks filburt. ^_^
|