Changeset 2921
- Timestamp:
- 12/21/10 13:13:12 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.5/modules/aMedia/templates/_showCategories.php
r2474 r2921 7 7 <?php $links = array() ?> 8 8 <?php foreach ($categories as $category): ?> 9 <?php $links[] = link_to($category, "aMedia/index?" . http_build_query(array("category" => $category-> name))) ?>9 <?php $links[] = link_to($category, "aMedia/index?" . http_build_query(array("category" => $category->slug))) ?> 10 10 <?php endforeach ?> 11 11 <?php echo implode(__(", ", null, 'apostrophe'), $links) ?>

