Difference between revisions of "Design.rythm"
Jump to navigation
Jump to search
(→Source) |
|||
Line 8: | Line 8: | ||
<source lang='html4strict'> | <source lang='html4strict'> | ||
@// Rythm template for the WikiCMS approach | @// Rythm template for the WikiCMS approach | ||
− | @include(wiki.MediaWiki. | + | @include(wiki.MediaWiki.BITPlan.rythm) |
− | @ | + | @BITPlanHeader(languageCode,title) |
− | |||
− | |||
− | |||
− | |||
<script src="http://io.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script> | <script src="http://io.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script> | ||
</head> | </head> | ||
<body> | <body> | ||
− | @ | + | @BITPlanMenu() |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="container"> | <div class="container"> | ||
@(content) | @(content) |
Revision as of 09:32, 9 November 2017
Links
Source
@// Rythm template for the WikiCMS approach
@include(wiki.MediaWiki.BITPlan.rythm)
@BITPlanHeader(languageCode,title)
<script src="http://io.bitplan.com/js/tagcanvas.min.js" type="text/javascript"></script>
</head>
<body>
@BITPlanMenu()
<div class="container">
@(content)
</div><!-- /.container -->
@footer(de)