You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/12/07 00:44:05 UTC

svn commit: r354616 - /portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm

Author: weaver
Date: Tue Dec  6 15:44:03 2005
New Revision: 354616

URL: http://svn.apache.org/viewcvs?rev=354616&view=rev
Log:
removed unused macro

Modified:
    portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm

Modified: portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm?rev=354616&r1=354615&r2=354616&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm (original)
+++ portals/jetspeed-2/trunk/src/webapp/decorations/layout/simple/header.vm Tue Dec  6 15:44:03 2005
@@ -14,10 +14,12 @@
 limitations under the License.
 *#
 
-#* Add all template constants to the current context *#
-#defineNavigationConstants()
 #* Add the current layouts configuration values to the context *#
 #defineLayoutObjects()
+#* Loads our custom macros *#
+#parse($layoutDecoration.getResource("decorator-macros.vm"))
+#* Add all template constants to the current context *#
+#defineNavigationConstants()
 
 
 
@@ -28,7 +30,6 @@
     <meta http-equiv="Content-type" content="#ContentType()" />
     <meta http-equiv="Content-style-type" content="text/css" />
 #includeJavaScriptForHead()
-#includeHeaderResource()
 #IncludeStylesheets()
     <title>#PageTitle()</title>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org