MenuTest.rythm: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
   <body>
   <body>
   <div class="container">
   <div class="container">
showMenu(menu)
@showMenu(menu)
   </div><!-- /.container -->
   </div><!-- /.container -->
@footer(languageCode)
@footer(languageCode)
</source>
</source>
[[Category:RythmTemplate]]
[[Category:RythmTemplate]]

Revision as of 07:23, 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();
}
@header(languageCode,"ContactTest")
@bootstrap()
@style()
  </head>
  <body>
  <div class="container">
@showMenu(menu)
   </div><!-- /.container -->
@footer(languageCode)