File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
web/themes/default/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ public function tpl_defaults()
181181 if (isset ($ _SESSION ['s ' ]['user ' ]) && $ this ->auth ->has_clients ($ _SESSION ['s ' ]['user ' ]['userid ' ])) {
182182 $ this ->tpl ->setVar ('is_reseller ' , 1 );
183183 }
184+ $ this ->tpl ->setVar ('ISPC_APP_VERSION ' , ISPC_APP_VERSION );
184185 }
185186
186187} // end class
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ <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 <?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 >
65+ Powered by < a href ="http://www.howtoforge.com/forums/showthread.php?t=26988 " target ="_blank "> ISPConfig < tmpl _var name ="ISPC_APP_VERSION "> beta</ a > </ div >
6766 </ div >
6867 <!-- end: #footer -->
6968 </ div >
You can’t perform that action at this time.
0 commit comments