karailiev
2008-11-21 335056ff6920b9188096e9a82a20bc5c40496b76
* 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

3 files modified
12 ■■■■■ changed files
interface/lib/config.inc.php 4 ●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/basemod.css 5 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/templates/main.tpl.htm 3 ●●●● patch | view | raw | blame | history
interface/lib/config.inc.php
@@ -40,11 +40,11 @@
//** 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');
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; }
    
    /*------------------------------------------------------------------------------------------------------*/
}
}
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>