diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/popuphelp.tpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl deleted file mode 100644 index 1b2aaa1d3..000000000 --- a/template/yoga/popuphelp.tpl +++ /dev/null @@ -1,12 +0,0 @@ -<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> - |