Beispiel #1
0
    ?>

			<li class="<?php 
    echo $item_class;
    ?>
" style="<?php 
    echo $item_style;
    ?>
">
				<span class="item-bg">
					<span class="item-m" style="<?php 
    echo $css_item_height;
    ?>
">
						<?php 
    modYOOdrawerHelper::renderItem($listitem, $params, $access);
    ?>
					</span>
				</span>
				<span class="item-bl">
					<span class="item-br">
						<span class="item-b">
						</span>
					</span>
				</span>
			</li>
			
		<?php 
}
?>
		</ul>