Welcome Guest, Not a member yet? Register   Sign In
Url text displays true but hide link display wrong
#1

[eluser]greedyman[/eluser]
In the home page, I click a category link (in category page) and then click product link (in product details page). In the category page, any link is normal but in the product page, I have a menu as below:

Code:
<div class="crumb_nav">
        <a href="&lt;?php base_url(); ?&gt;">Home</a> &gt;&gt; &lt;!-- home page --&gt;
        <a href="&lt;?php echo $category-&gt;name; ?&gt;"> &lt;!-- category page --&gt;
            &lt;?php echo $category->name; ?&gt;
        </a> &gt;&gt;
        &lt;?php echo $product->name; ?&gt; &lt;!-- product details page --&gt;
    </div> &lt;!-- end .crum_nav --&gt;

All hide links above are the same when I click any link from category page (in href of a tag) but display name in &lt;?php ?&gt; tag is normal. Example:

Quote:// menu display
Home >> Fruits and vegetables >> apple
// but all hide links are the same
localhost/dpfoods/fruits-and-vegetables/apple-25

Have anyone know what's problem? Thanks so much!


Messages In This Thread
Url text displays true but hide link display wrong - by El Forum - 03-03-2013, 01:01 AM
Url text displays true but hide link display wrong - by El Forum - 03-03-2013, 07:53 AM
Url text displays true but hide link display wrong - by El Forum - 03-03-2013, 08:09 AM
Url text displays true but hide link display wrong - by El Forum - 03-03-2013, 09:05 AM
Url text displays true but hide link display wrong - by El Forum - 03-04-2013, 12:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB