Show
Ignore:
Timestamp:
05/19/07 13:49:20 (18 months ago)
Author:
mbonetti
Message:

Fix in the kbnav plugin to use the new standardized classnames and ids. And
fixed a stupid bug in the lilina item template

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/lilina/web/item.php

    r1709 r1711  
    6767    //list mode : we only show titles 
    6868?> 
    69 <li class="<?php echo rss_item_css_class(); ?>"> 
     69<li class="<?php echo rss_item_css_class(); ?>" id="item_<?php echo rss_item_id(); ?>"> 
    7070    <?php if(rss_item_permalink()) { ?> 
    7171    <a class="plink" title="<?php echo rss_item_pl_title(); ?>" href="<?php echo rss_item_pl_url(); ?>"> 
     
    9090    <h4><a class="tlink" href="#" onclick="toggleItemByID(<?php echo rss_item_id();?>);return false;"> 
    9191    <?php echo rss_item_title(); ?></a></h4>  
    92     <a href="<?php echo rss_item_url(); ?>">&nbsp;&raquo;&nbsp;&lrm; 
     92    <a class="item_url" href="<?php echo rss_item_url(); ?>">&nbsp;&raquo;&nbsp;&lrm; 
    9393    <?php echo rss_feed_title();?></a> 
    9494    <div id="sad<?php echo rss_item_id(); ?>" style="display:none"></div>