PEAK XOOPS - Re: displaying categories names: IE x firefox in englishin japanese

Re: displaying categories names: IE x firefox

List posts in the topic

question Re: displaying categories names: IE x firefox

msg# 1.1
depth:
1
Previous post - Next post | Parent - Children.1 | Posted on 2004/9/20 19:13
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi Oliver.

It's a simple issue of templates.
Edit your myablum*_categories.html like this:
line 18
      <{foreach from=$cat.subcategories item=subcat}>
        <{if $subcat.number_of_subcat}>
          <a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}><img src='<{$mod_url}>/images/subcat.gif' width='15' height='15' /></a>   <br />
        <{else}>
          <a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><img src="<{$mod_url}>/images/folder16.gif" width="16" height="16" alt="" /><{$subcat.title}></a> (<{$subcat.photo_small_sum}>)   <br />
        <{/if}>
      <{/foreach}>

I'll consider that the default template should use <br /> or not.
Votes:1 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!