X-Git-Url: http://git.treefish.org/banana.git/blobdiff_plain/8db41c98817b1b48532dc3cebf4bea166e42bb70..17e62c4bb73a987b44853d7b07a86c2b14160bda:/include/common.inc?ds=sidebyside diff --git a/include/common.inc b/include/common.inc index 38de013..4b1a17a 100644 --- a/include/common.inc +++ b/include/common.inc @@ -1,7 +1,13 @@ "; - print " $text "; - print ""; + if( ! isset($COMMON_H)) { + + $COMMON_H = 1; + + function block($color, $text) { + print ""; + print ""; + print "
$text
"; + } + } ?>