[evolvis-commits] r17335: untemplatising, part 1

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Jul 6 13:03:27 CEST 2011


Author: mirabilos
Date: 2011-07-06 13:03:27 +0200 (Wed, 06 Jul 2011)
New Revision: 17335

Removed:
   trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/templates/overall_footer.tpl
Modified:
   trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php
Log:
untemplatising, part 1


Modified: trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php	2011-07-06 11:00:25 UTC (rev 17334)
+++ trunk/gforge_base/evolvisforge/gforge/www/themes/evolvis/Theme.class.php	2011-07-06 11:03:27 UTC (rev 17335)
@@ -243,13 +243,21 @@
 			$this->write_rightnav($group_id);
 			echo "\n</div></td></tr></table>";
 		}
-		$tpl_input['SCRIPT_NAME']='';
-		if ($sys_show_source) {
-			$tpl_input['SCRIPT_NAME']='<a class="showsource" href="/source.php?file=' . getStringFromServer('SCRIPT_NAME') . '">Show Source</a>';
-		}
-		$this->template->assign_vars($tpl_input);
-		$this->template->set_filenames(array('footer'=>'overall_footer.tpl'));
-		$this->template->pparse('footer');
+?><div id="fffooter" class="hidePartForPrinting">
+<span id="imprint"><a href="/impress/">Impressum / imprint</a></span>
+<span id="powerd_by">powered by <a
+ href="https://evolvis.org/">Evolvis</a> by <a
+ href="https://www.tarent.de/">tarent GmbH</a>, based on <a
+ href="https://fusionforge.org/">FusionForge</a></span>
+</div>
+
+<script language="javascript" type="text/javascript" src="/js/awstats_misc_tracker.js"></script>
+<noscript><img src="/js/awstats_misc_tracker.js?nojs=y" height="0" width="0" border="0" style="display: none" alt="stats" /></noscript>
+<div id="red_bottombar"></div>
+</div><!-- content -->
+</body>
+</html>
+<?php
 	}
 
 	function write_rightnav($group_id)



More information about the evolvis-commits mailing list