Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
3 lars 1
<div class="box_rechts">
2
	<div class="box_rechts_oben"><?
3
 
4
		function topAngebot()
5
		{
6
			$template = loadTemplates($_SESSION['INI']['TEMPLATE']['topAngebot']);
7
 
8
			if ($buffer=getAktionItems(getCurrentAktion()))
9
			{
10
				$topAngebotItem = $buffer[array_rand($buffer)];
11
 
12
 
13
 
14
				//return templateContent ($topAngebotItem, $template);
15
			}
16
		}
17
		echo topAngebot();
18
 
19
	?></div>
20
	<div class="box_rechts_unten"></div>
21
</div>