mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
#19305306 관리자 대시보드에서 잘못된 이미지 파일 참조 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8051 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f73532e14
commit
c2b0037903
1 changed files with 2 additions and 2 deletions
|
|
@ -128,9 +128,9 @@
|
|||
<h4 class="dashboardH4">{$lang->counter} <em>{date("Y.m.d")}</em></h4>
|
||||
<div class="dashboardWire">
|
||||
<dl class="legend">
|
||||
<dt class="past"><img src="img/graphYesterday.gif" width="5" height="5" alt="{$lang->yesterday}" /></dt>
|
||||
<dt class="past"><img src="../../../common/tpl/images/blank.gif" width="5" height="5" alt="{$lang->yesterday}" /></dt>
|
||||
<dd>{$lang->last_week}</dd>
|
||||
<dt class="today"><img src="img/graphToday.gif" width="5" height="5" alt="{$lang->today}" /></dt>
|
||||
<dt class="today"><img src="../../../common/tpl/images/blank.gif" width="5" height="5" alt="{$lang->today}" /></dt>
|
||||
<dd>{$lang->this_week}</dd>
|
||||
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue