@@ -96,11 +96,23 @@ #end #end #end +#macro ( poweredBy ) + #set ( $powereds = $siteDescriptor.getChild( "body" ).getChildren( "powered-by" ) ) + #foreach ( $powered in $powereds ) + #set ( $items = $powered.getChildren( "item" ) ) + #foreach( $item in $items ) + + $item.getAttribute( + + #end + #end +#end #macro ( mainMenu ) #set ( $menus = $siteDescriptor.getChild( "body" ).getChildren( "menu" ) ) #foreach( $menu in $menus )
$menu.getAttribute( "name" )