The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
How do I change themes depending on time of day or day of year - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: How do I change themes depending on time of day or day of year (/showthread.php?tid=2466) |
How do I change themes depending on time of day or day of year - Stompor - 2011-12-06 Is there a way to make GetSimple choose the theme based on the time of day, or the day of the year? I would like to have a theme for Daytime and on for Night, and I also would like a special theme certain holidays. ie Christmas, Newyears, etc. Thanks for the help. How do I change themes depending on time of day or day of year - mvlcek - 2011-12-06 Stompor Wrote:Is there a way to make GetSimple choose the theme based on the time of day, or the day of the year? Create a php file like the following (a plugin) and put it in your plugins folder: Code: <?php How do I change themes depending on time of day or day of year - Stompor - 2011-12-07 WOW!!!! Thanks for the help and quick response. |