#19305306 관리자 대시보드에서 잘못된 이미지 파일 참조 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8051 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-01-24 09:15:24 +00:00
parent 9f73532e14
commit c2b0037903

View file

@ -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>