From fe9064f2a689c1086c692e362ac263e8cd4f1621 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 23:26:33 +0000 Subject: [PATCH] r306: Adding copyright notice. --- global.php | 2 ++ templates/footer.tpl | 5 +++++ templates/header.tpl | 1 + templates/style.css | 6 ++++++ 4 files changed, 14 insertions(+) diff --git a/global.php b/global.php index 4f070f5..789aa36 100755 --- a/global.php +++ b/global.php @@ -21,6 +21,8 @@ $template->templatedir = $bugsys->fetch_sourcepath('templates/'); // ################################################################### // global template variables $datetime = $datef->format('l, F j, Y g:i A'); +$year = $datef->format('Y'); +$version = $bugsys->options['trackerversion']; // ################################################################### // cache templates diff --git a/templates/footer.tpl b/templates/footer.tpl index 3aa53ea..b299c4d 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,5 +1,10 @@ + + \ No newline at end of file diff --git a/templates/header.tpl b/templates/header.tpl index f7d5d1c..baf25b8 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -13,4 +13,5 @@ userinfo['userid']">userctrl.php">My Controlslogin.php">Login/Register Help +
\ No newline at end of file diff --git a/templates/style.css b/templates/style.css index 0c9aa6a..841825a 100644 --- a/templates/style.css +++ b/templates/style.css @@ -82,6 +82,12 @@ body margin: 0px 20px 5px 20px; } +#copyright +{ + text-align: center; + font-size: 10px; +} + /*=====================================================================*\ || ################################################################### || # $HeadURL$ -- 2.22.5