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.
10 lines
339 B
10 lines
339 B
<%@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>
|
|
|