Skip to content

Commit 335056f

Browse files
author
karailiev
committed
* 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
1 parent 69ad0e4 commit 335056f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

interface/lib/config.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
//** Key paramaters
4242
$conf['app_title'] = 'ISPConfig';
43-
$conf['app_version'] = '3.0.0';
43+
$conf['app_version'] = '3.0.7';
4444
$conf['modules_available'] = 'admin,mail,sites,monitor,client,dns';
4545

4646
define('ISPC_APP_TITLE', 'ISPConfig');
47-
define('ISPC_APP_VERSION', '3.0.0');
47+
define('ISPC_APP_VERSION', '3.0.7');
4848
define('ISPC_INTERFACE_MODULES_ENABLED', 'mail,sites,dns,tools');
4949

5050

interface/web/themes/default/css/screen/basemod.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
background: #f9f9f9;
8383
padding: 10px 20px;
8484
border-top: 5px #efefef solid;
85-
font-size: 0.8em;
85+
font-size: 0.8em;
86+
text-align: center;
8687
}
8788

8889
/*------------------------------------------------------------------------------------------------------*/
@@ -112,4 +113,4 @@
112113
#col3_content { padding: 10px; }
113114

114115
/*------------------------------------------------------------------------------------------------------*/
115-
}
116+
}

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ <h1 id="ir-HeaderLogo" class="swap"><span>ISPConfig 3</span></h1>
6262
<!-- end: #main -->
6363
<!-- begin: #footer -->
6464
<div id="footer">
65-
Powered by <a href="http://www.ispconfig.com/">ISPConfig 3</a></div>
65+
<!-- Powered by <a href="http://www.ispconfig.com/">ISPConfig <?php echo ISPC_APP_VERSION; ?> beta</a></div> -->
66+
Powered by <a href="http://www.howtoforge.com/forums/showthread.php?t=26988" target="_blank">ISPConfig <?php echo ISPC_APP_VERSION; ?> beta</a></div>
6667
</div>
6768
<!-- end: #footer -->
6869
</div>

0 commit comments

Comments
 (0)