where i must select i picture for every category my entire page will be with pictures of categories , wat can i do just to appear above product just the word links or just the link path to the prew menu

Code: Select all
<?php if ($categories) { ?>
<?php foreach ($categories as $category) { ?>
<div class="categories">
<?php if ($category['thumb'] != NULL) { ?>
<a href="<?php echo $category['href']; ?>">
<img src="<?php echo $category['thumb']; ?>" title="<?php echo $category['name']; ?>" alt="<?php echo $category['name']; ?>">
</a><br>
<?php } ?>
<a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a>
</div>
<?php } ?>
<?php } ?>
Code: Select all
<?php foreach ($images as $image) { ?>
Code: Select all
<option value="" selected></option>
Users browsing this forum: No registered users and 4 guests