* 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
| | |
| | | |
| | | //** 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'); |
| | | |
| | | |
| | |
| | | padding: 10px 20px;
|
| | | border-top: 5px #efefef solid;
|
| | | font-size: 0.8em;
|
| | | text-align: center;
|
| | | }
|
| | |
|
| | | /*------------------------------------------------------------------------------------------------------*/
|
| | |
| | | <!-- 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> |