Added process function to by_category
This commit is contained in:
parent
7143c2f3af
commit
4ba1f00b12
@ -8,7 +8,8 @@
|
||||
<!-- if right camp -->
|
||||
<?php $sclass = "square square-color" . (string)($counter%4) ?>
|
||||
<?php $rclass = "row bycat row-color" . (string)($counter%4) ?>
|
||||
<a href="#">
|
||||
|
||||
<a href=<?php echo "../process/" . $item->id; ?> >
|
||||
<div class="<?php echo $rclass; ?>" style="background-color: #DEDEDE;">
|
||||
<div class="column large-3 medium-3 small-3 text-center square-container">
|
||||
<div class="<?php echo $sclass; ?>">
|
||||
|
Loading…
x
Reference in New Issue
Block a user