Skip to content

Commit

Permalink
Fix #72
Browse files Browse the repository at this point in the history
  • Loading branch information
abantecart committed Feb 9, 2015
1 parent 16cc7c9 commit ce91565
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<a href="<?php echo $categories[ $i ][ 'href' ]; ?>">
<?php echo $categories[ $i ][ 'thumb' ][ 'thumb_html' ]; ?>
</a>
<div class="mt10 align_center">
<div class="mt10 align_center" style="height: 40px;">
<a href="<?php echo $categories[ $i ][ 'href' ]; ?>"><?php echo $categories[ $i ][ 'name' ]; ?></a>
</div>
</li>
Expand Down

0 comments on commit ce91565

Please sign in to comment.