You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
339 B
11 lines
339 B
2 months ago
|
<%@page pageEncoding="utf-8" contentType="text/html; charset=UTF-8" %>
|
||
|
<div class="cell ${param.tileclass}" id="menuelement${param.tid}">
|
||
|
<!--<span class="icon-text">-->
|
||
|
<a href="${param.content}" target="_self">
|
||
|
<span class="icon-text">
|
||
|
<i class="icon-menue ${param.icon}"></i>
|
||
|
${param.caption}
|
||
|
</span>
|
||
|
</a>
|
||
|
</div>
|