summaryrefslogblamecommitdiffstats
path: root/modules/main.inc.php
blob: fc6a9fac807ce0396375f6b44c6e45b2d80b9341 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

     

             









                                                                            
<?php

User::load();

function render_module()
{
	Render::setTitle('Wurstgesicht');
	
	Render::openTag('h1', array('class' => 'wurst kacke'));
	Render::closeTag('h1');
	
	Render::addTemplate('helloworld', array('wurst' => 'käse & bier'));
}