기본 위젯들의 입력받지 못하도록 변경된 제목 출력 HTML 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-09 01:24:39 +00:00
parent 4074c38674
commit 387d11291b
8 changed files with 0 additions and 55 deletions

View file

@ -16,14 +16,6 @@
<div class="blog_widget_{$colorset}">
<div class="archive">
<div class="header">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>
<!--@else-->
<h2>archives</h2>
<!--@end-->
</div>
<ul class="items">
<!--@foreach($widget_info->archive_list as $val)-->
<li><a href="{getSiteUrl($widget_info->domain,'mid',$widget_info->module_info->mid,'search_target','regdate','search_keyword',$val->month)}">{zdate($val->month,'Y. m')}</a> ({$val->count})</li>