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

[Help] : different image on block title

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2005/7/13 20:38
Cicco  °ìÅùʼ   Posts: 14
Hi to everybody! My answer is:

It's possible to have different image on block title for each block? I mean an icon image near the title of the block, one for each block.

Anyone could help me?

thank a lot.
Votes:0 Average:0.00
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

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!