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