[evolvis-commits] r14424: Removed method "headerJS", as it is identically defined in Layout.

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:13:42 CET 2011


Author: mirabilos
Date: 2011-02-28 04:13:42 +0100 (Mon, 28 Feb 2011)
New Revision: 14424

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/Theme.class.php
Log:
Removed method "headerJS", as it is identically defined in Layout.

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/Theme.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/Theme.class.php	2011-02-28 03:13:39 UTC (rev 14423)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/themes/gforge/Theme.class.php	2011-02-28 03:13:42 UTC (rev 14424)
@@ -20,15 +20,6 @@
 			);
         }
 
-        function headerJS() {
-                echo '
-		<script type="text/javascript" src="'. util_make_uri('/js/common.js') .'"></script>
-        <script type="text/javascript">';
-                plugin_hook ("javascript",false);
-                echo '
-        </script>';
-        }
-        
         function bodyHeader($params) {
                 global $user_guide;
 



More information about the evolvis-commits mailing list