MenuTest.rythm: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
@include(wiki.MediaWiki.Menu.rythm)
@include(wiki.MediaWiki.Menu.rythm)
@{
@{
   Menu menu=new Menu("http://training.bitplan.com/index.php/Willkommen","http://wiki.bitplan.com/images/wiki/7/7a/BITPlanLogo2012FontLess.svg");
   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")
@header(languageCode,"ContactTest")
Line 20: Line 20:
   <body>
   <body>
   <div class="container">
   <div class="container">
@showMenu(menu)
@showMenu(de,menu)
   </div><!-- /.container -->
   </div><!-- /.container -->
@footer(languageCode)
@footer(languageCode)
</source>
</source>
[[Category:RythmTemplate]]
[[Category:RythmTemplate]]

Revision as of 07: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>
  <div class="container">
@showMenu(de,menu)
   </div><!-- /.container -->
@footer(languageCode)