[Re-REL] Oceans13 HotelView +Night WideVersion [by Tsuka] Custom 

Status
Not open for further replies.
Joined
Jul 4, 2007
Messages
96
Reaction score
141
Downloads:
[ ]
[ ]

Preview:




Hint "external_variables.php":
PHP:
<?php
$now_ho = date("H");
//Daytime(6h~19h)
if ($now_ho < 19){
 if ($now_ho >= 6){
 $vwimg = "hh_entry_oc1";
 }
}
//Night (19h~6h)
if ($now_ho <= 24){
 if ($now_ho >= 19){
 $vwimg = "hh_entry_oc2";
 }
}
if ($now_ho < 6){
 if ($now_ho >= 0){
 $vwimg = "hh_entry_oc2";
 }
}
?>
cast.entry.1=<?php echo $vwimg ?>
.
.
.
 
Last edited:
Status
Not open for further replies.
Back