From 335056ff6920b9188096e9a82a20bc5c40496b76 Mon Sep 17 00:00:00 2001 From: karailiev <karailiev@ispconfig3> Date: Sat, 22 Nov 2008 00:27:59 +0000 Subject: [PATCH] * minor version number shown in the footer * link is changed to the version's thread in the forum (it's better for beta release) * the text in the footer is centered note: in future the version number should be changed in the /interface/lib/config.inc.php file --- interface/lib/config.inc.php | 4 ++-- interface/web/themes/default/css/screen/basemod.css | 5 +++-- interface/web/themes/default/templates/main.tpl.htm | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 3e0469f7a8..54a8308527 100644 --- a/interface/lib/config.inc.php +++ b/interface/lib/config.inc.php @@ -40,11 +40,11 @@ if( !empty($_SERVER['DOCUMENT_ROOT']) ) { //** Key paramaters $conf['app_title'] = 'ISPConfig'; -$conf['app_version'] = '3.0.0'; +$conf['app_version'] = '3.0.7'; $conf['modules_available'] = 'admin,mail,sites,monitor,client,dns'; define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.0'); +define('ISPC_APP_VERSION', '3.0.7'); define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools'); diff --git a/interface/web/themes/default/css/screen/basemod.css b/interface/web/themes/default/css/screen/basemod.css index 1c955a69a1..b3bd1b5eb7 100644 --- a/interface/web/themes/default/css/screen/basemod.css +++ b/interface/web/themes/default/css/screen/basemod.css @@ -82,7 +82,8 @@ background: #f9f9f9; padding: 10px 20px; border-top: 5px #efefef solid; - font-size: 0.8em; + font-size: 0.8em; + text-align: center; } /*------------------------------------------------------------------------------------------------------*/ @@ -112,4 +113,4 @@ #col3_content { padding: 10px; } /*------------------------------------------------------------------------------------------------------*/ -} \ No newline at end of file +} diff --git a/interface/web/themes/default/templates/main.tpl.htm b/interface/web/themes/default/templates/main.tpl.htm index 1cc496987f..18c02daa50 100644 --- a/interface/web/themes/default/templates/main.tpl.htm +++ b/interface/web/themes/default/templates/main.tpl.htm @@ -62,7 +62,8 @@ <!-- end: #main --> <!-- begin: #footer --> <div id="footer"> - Powered by <a href="http://www.ispconfig.com/">ISPConfig 3</a></div> +<!-- Powered by <a href="http://www.ispconfig.com/">ISPConfig <?php echo ISPC_APP_VERSION; ?> beta</a></div> --> + Powered by <a href="http://www.howtoforge.com/forums/showthread.php?t=26988" target="_blank">ISPConfig <?php echo ISPC_APP_VERSION; ?> beta</a></div> </div> <!-- end: #footer --> </div> -- GitLab