modify lang, add link to category, modify header

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-11 07:39:56 +00:00
parent 9143a9eb5d
commit d0ccadbe2e
3 changed files with 3 additions and 9 deletions

View file

@ -30,7 +30,7 @@
<div class="title">
<h3>
<!--@if($val->category_srl)-->
[{$categories[$val->category_srl]->title}]
<a href="{getUrl('category_srl',$val->category_srl)}">[{$categories[$val->category_srl]->title}]</a>
<!--@end-->
<a href="{$target_url}">{htmlspecialchars($val->title)} ver. {htmlspecialchars($val->item_version)}</a>
</h3>