Code: Select all
<li><a href="<?php echo $information['href']; ?>"><?php echo $text_return; ?></a></li>
is there any boday tell me how to make that ?
Code: Select all
<li><a href="<?php echo $information['href']; ?>"><?php echo $text_return; ?></a></li>
I meant that to get the information's URL when the information_id=11 and insert them in the foot.php.avvici wrote:I have no clue what you are trying to say.....
However if you want to check for an info_id it needs to come from a $_GET just like in default opencart. This is how the info_id is passed as argument in the query (that get's the information page).
If you don't do that then you need to write a new query that just get's an information's ID.
The last alternative is to open up the information table in your phpmyadmin and get the information_id manually, thus using it in a conditional.
Users browsing this forum: No registered users and 21 guests