1
Hello,
First, apologize for my English hehe.
I'm trying to change the css of a theme depending on time of day. I entered the following code on theme.html but I get errors.
Someone could help me?
= date('H');
if (($hour >= 6) and ($hour <= 19))
{
echo "<{$xoops_imageurl}>css/blue.css";
}
else
{
echo "<{$xoops_imageurl}>css/red.css";
} ?>
" />
I tried to do work in several ways, but I can not.
Thank you very much for your time.