Last change
on this file since 19855 was
3681,
checked in by grum, 15 years ago
|
Add plugin Advanced Menu Manager 2.1.0
|
File size:
639 bytes
|
Line | |
---|
1 | {if $datas.IMGNAME!="" and $datas.SHOWNAME=="o"}{$datas.IMGNAME}<br/>{/if} |
---|
2 | {* No strip_tags because comment could have those for good reasons *} |
---|
3 | {* Over comment is limited to 127 characters for look only *} |
---|
4 | {if $datas.IMGCOMMENT!="" and $datas.SHOWCOMMENT=="o" and strlen($datas.IMGCOMMENT) < 128}{$datas.IMGCOMMENT}<br/>{/if} |
---|
5 | <a href="{$datas.LINK}"><img id="iammrpic" src="{$datas.IMG}"/></a> |
---|
6 | {if $datas.IMGNAME!="" and $datas.SHOWNAME=="u"}<br/>{$datas.IMGNAME}{/if} |
---|
7 | {* Under comment is limited to 255 characters *} |
---|
8 | {if $datas.IMGCOMMENT!="" and $datas.SHOWCOMMENT=="u" and strlen($datas.IMGCOMMENT) < 256}<br/>{$datas.IMGCOMMENT}{/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.