<?php
/*
php code to print a one-time daily notice.
cor + corz.org ;o)
*/
if (isset($GLOBALS['site_config']['site_notice']) and $GLOBALS['site_config']['site_notice'] == true) {
echo '
<div class="site-notice-bar nocontent" data-tab-text="welcome to this page!">
<p class="bigger">Welcome to my Site!
<p>There is so much going on today, I don\'t know where to start!
</div>';
}
?>