Ignore:
Timestamp:
Dec 20, 2009, 8:34:50 PM (14 years ago)
Author:
vdigital
Message:

[Update] For Juza - Juza Theme Configuration Menu is working at 99% at least
Solved:

  • Multi-view Controller error removed.
  • IE8 Category descriptions removed (already in Title).
  • Category menu: Not expanded.
  • Page numbers on Picture page is visible.
  • Links (Home / Category of Books / Book Demo ) on Picture page are available.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Juza/script.tpl

    r4530 r4537  
    8787<div id="ix-cat" style="display:none">
    8888{foreach from=$category_thumbnails item=cat}
    89   <img src="{$cat.TN_SRC}" title="{$cat.TN_SRC|@Juza_file}" alt="{$cat.DESCRIPTION|@htmlspecialchars}" class="Cat"/>
     89  <img src="{$cat.TN_SRC}" title="{$cat.TN_SRC|@Juza_file}" alt="{$cat.DESCRIPTION|@strip_tags|@htmlspecialchars}" class="Cat"/>
    9090{/foreach}
     91</div>
     92{/if}
     93{if isset($Juza_cats)}
     94<div id="menu-cat" style="display:none">
     95{$Juza_cats}
    9196</div>
    9297{/if}
Note: See TracChangeset for help on using the changeset viewer.