Merge pull request #139 from ThomasRubini/category_refactor
fixed scrolling category page
This commit is contained in:
commit
cf5f1b68df
@ -11,7 +11,7 @@ $allCategory = array(
|
|||||||
<li class="hasH3"><h3>Catégories :</h3></li>
|
<li class="hasH3"><h3>Catégories :</h3></li>
|
||||||
<?php
|
<?php
|
||||||
foreach($allCategory as $category => $category_path) {
|
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>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user