Difference between revisions of "MenuTest.rythm"

From BITPlan Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
   </head>
 
   </head>
 
   <body>
 
   <body>
 +
@showMenu(de,menu)
 
   <div class="container">
 
   <div class="container">
@showMenu(de,menu)
+
@(content)
 
   </div><!-- /.container -->
 
   </div><!-- /.container -->
 
@footer(languageCode)
 
@footer(languageCode)
 
</source>
 
</source>
 
[[Category:RythmTemplate]]
 
[[Category:RythmTemplate]]

Revision as of 09:31, 9 November 2017

Links

Rythm template

@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.Bootstrap.rythm)
@include(wiki.MediaWiki.BITPlan.rythm)
@include(wiki.MediaWiki.Menu.rythm)
@{
  Menu menu=new Menu("http://training.bitplan.com/index.php/Welcome","http://training.bitplan.com/index.php/Willkommen","http://wiki.bitplan.com/images/wiki/7/7a/BITPlanLogo2012FontLess.svg");
}
@header(languageCode,"ContactTest")
@bootstrap()
@style()
  </head>
  <body>
@showMenu(de,menu)
  <div class="container">
@(content)
   </div><!-- /.container -->
@footer(languageCode)