Changeset 2125:74284ba2e9e4 for admin/categories.php
- Timestamp:
- 09/28/13 08:13:49 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/categories.php
r1988 r2125 157 157 158 158 echo 159 '<p ><label class="classic" for="cat_'.$rs->cat_id.'"><a href="category.php?id='.$rs->cat_id.'">'.html::escapeHTML($rs->cat_title).'</a></label> </p>'.160 '<p >(<a href="posts.php?cat_id='.$rs->cat_id.'">'.159 '<p class="cat-title"><label class="classic" for="cat_'.$rs->cat_id.'"><a href="category.php?id='.$rs->cat_id.'">'.html::escapeHTML($rs->cat_title).'</a></label> </p>'. 160 '<p class="cat-nb-posts">(<a href="posts.php?cat_id='.$rs->cat_id.'">'. 161 161 sprintf(($rs->nb_post > 1 ? __('%d entries') : __('%d entry') ),$rs->nb_post).'</a>'. 162 162 ', '.__('total:').' '.$rs->nb_total.')</p>'. 163 '<p ><span class="cat-url">'.__('URL:').' <code>'.html::escapeHTML($rs->cat_url).'</code></span></p>';163 '<p class="cat-url">'.__('URL:').' <code>'.html::escapeHTML($rs->cat_url).'</code></p>'; 164 164 165 165 echo
Note: See TracChangeset
for help on using the changeset viewer.