Codice PHP:
<?php
if (date("G")<|| (date("G")==&& date("i")<30) )
{
?>
 [img]BBB[/img] 
<?php

else
{
?>
 [img]AAA[/img] 
<?php
}
?>