#826 Fixed. Bug report link target is changes to '_blank'. Thanks to codeweave.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-12-07 15:38:32 +00:00
parent 98c46150bf
commit 2b5ccd685e
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
</div>
<div class="footer">
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong> (ver. {__ZBXE_VERSION__}).</p>
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}" target="_blank">XE</a></strong> (ver. {__ZBXE_VERSION__}).</p>
<p class="cache">
<button type="button" class="text" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button>
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
<a href="http://code.google.com/p/xe-core/issues/entry">{$lang->bug_report}</a>
<a href="http://code.google.com/p/xe-core/issues/entry" target="_blank">{$lang->bug_report}</a>
</p>
</div>
</div>