Difference between revisions of "MenuTest.rythm"

From BITPlan Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
@include(wiki.MediaWiki.Menu.rythm)
 
@include(wiki.MediaWiki.Menu.rythm)
 
@{
 
@{
Menu menu=new Menu();
+
  Menu menu=new Menu("http://training.bitplan.com/index.php/Willkommen","http://wiki.bitplan.com/images/wiki/7/7a/BITPlanLogo2012FontLess.svg");
 
}
 
}
 
@header(languageCode,"ContactTest")
 
@header(languageCode,"ContactTest")

Revision as of 09:28, 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/Willkommen","http://wiki.bitplan.com/images/wiki/7/7a/BITPlanLogo2012FontLess.svg");
}
@header(languageCode,"ContactTest")
@bootstrap()
@style()
  </head>
  <body>
  <div class="container">
@showMenu(menu)
   </div><!-- /.container -->
@footer(languageCode)