renamed all categories in category
This commit is contained in:
parent
0f85e660ae
commit
f8e81d6136
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
final class CategoriesController
|
||||
final class CategoryController
|
||||
{
|
||||
|
||||
public function defaultAction(Array $A_urlParams = null, Array $A_postParams = null)
|
@ -13,7 +13,7 @@ $allCategory = array(
|
||||
<li><h3>Catégories :</h3></li>
|
||||
<?php
|
||||
foreach($allCategory as $category => $category_path) {
|
||||
echo '<li><a href="/category/' . $category_path . '">'. $category . '</a></li>';
|
||||
echo '<li><a href="/category#' . $category_path . '">'. $category . '</a></li>';
|
||||
}?>
|
||||
</ul>
|
||||
</aside>
|
||||
|
Loading…
Reference in New Issue
Block a user