PEAK XOOPS - Re: [Help] : different image on block title in englishin japanese

Re: [Help] : different image on block title

List posts in the topic

question Re: [Help] : different image on block title

msg# 1.1
depth:
1
Previous post - Next post | Parent - No child | Posted on 2005/7/18 18:21
GIJOE  ÀèǤ·³Áâ   Posts: 4110
It is possible if you know how to use Smarty template.

eg) theme.html

<div class="blockTitle"><{$block.title}></div>

changes to:

<div class="blockTitle">
<{if $block.title == "Main Menu"}>
<img src="icon_main.gif" /><{$block.title}>
<{elseif $block.title == "User Menu"}>
<img src="icon_user.gif" /><{$block.title}>
<{else}>
<img src="icon_etc.gif" /><{$block.title}>
<{/if}>
</div>


And this is not a hack but a theme designing.
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!