summaryrefslogtreecommitdiff
path: root/skins/deltab/widgets/link.tmpl
blob: ec73f803648d18a14d942f47f19998c9ef47366c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- Link -->
<?% IF ! global.sidebar.defined %?>
<?% global.sidebar = 1 %?>
<div id="sidebar">
    <p class="section"><?% data.text %?></p>
    <p>
        <a href="<?% reentities(data.url) %?>"><img src="images/forward.<?% global.imagetyp %?>" alt="<?% data.text %?>" title="<?% data.text %?>" /></a>&nbsp;
        <a href="<?% reentities(data.url) %?>"><?% data.text %?></a>
    </p>
</div>
<?% END %?>