moved all category partials into the category folder

main
psychobunny 10 years ago
parent 440fcc0082
commit 268eb2e25e

@ -12,7 +12,7 @@
<div class="subcategories row"> <div class="subcategories row">
<!-- BEGIN children --> <!-- BEGIN children -->
<!-- IMPORT partials/category_child.tpl --> <!-- IMPORT partials/category/subcategory.tpl -->
<!-- END children --> <!-- END children -->
</div> </div>
@ -37,8 +37,8 @@
</button> </button>
<!-- ENDIF loggedIn --> <!-- ENDIF loggedIn -->
<!-- IMPORT partials/category_tools.tpl --> <!-- IMPORT partials/category/tools.tpl -->
<!-- IMPORT partials/category_sort.tpl --> <!-- IMPORT partials/category/sort.tpl -->
</span> </span>
</div> </div>
@ -102,7 +102,7 @@
<!-- ENDIF topics.unreplied --> <!-- ENDIF topics.unreplied -->
</span> </span>
<!-- IMPORT partials/category_tags.tpl --> <!-- IMPORT partials/category/tags.tpl -->
</small> </small>
</div> </div>
</li> </li>

@ -50,7 +50,7 @@
</a> </a>
<!-- ENDIF topics.unreplied --> <!-- ENDIF topics.unreplied -->
</span> </span>
<!-- IMPORT partials/category_tags.tpl --> <!-- IMPORT partials/category/tags.tpl -->
</small> </small>
</div> </div>
</li> </li>

Loading…
Cancel
Save