diff --git a/interface/lib/config.inc.php b/interface/lib/config.inc.php index 3e0469f7a87d268abf86a00c98209d466f7261fe..54a8308527769ce8e461daa0afc1bb9bdd4969df 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 1c955a69a1998c7500673b3c209f1322ab030545..b3bd1b5eb78294d97ed2f4c8ae2820d56a96501f 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 1cc496987fb91cbc8e90c0509dc6782488f4a923..18c02daa50080fbe98bbb008e7b6a23144271167 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>