blob: d76f9a8307d3a4b1fa1e73ac57de76dccc5c2fcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{* $Id: /piwigo/trunk/template/yoga/popuphelp.tpl 6329 2008-08-28T01:26:26.034575Z rvelices $ *}
<div id="content" class="content">
{$HELP_CONTENT}
</div> <!-- content -->
<ul class="categoryActions">
<li>
<a href="#" onclick="window.close();" title="{'Close this window'|@translate}">
<img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit">
</a>
</li>
</ul>
|