rhymix/modules/admin/tpl/_spFooter.html
ChanMyeong afa5a79007 Bug Report Link Added. CSS fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9414 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-28 11:13:30 +00:00

17 lines
688 B
HTML

</div>
<div class="footer">
<p class="power">Powered by <strong><a href="{_XE_LOCATION_SITE_}">XE</a></strong>.</p>
<p class="cache">
<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>
</p>
</div>
</div>
<script type="text/javascript">
xe.current_lang = '{$lang_type}';
xe.lang.confirm_run = '{$lang->confirm_run}';
</script>
<load target="./js/config.js" usecdn="true" />
<load target="../../session/tpl/js/session.js" usecdn="true" />