Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Assigned variable for Homepage

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
toplisek
Smarty Regular


Joined: 17 Sep 2009
Posts: 48

PostPosted: Tue Nov 04, 2014 2:26 pm    Post subject: Assigned variable for Homepage Reply with quote

I have seen sample to use Breadcrumb.

How to simply detect Homepage with Smarty that link inside Logo area will not work if there is detected Homepage.

Sample breadcrumb:
{assign var="uri" value=$smarty.server.REQUEST_URI|pathinfo}
{assign var="exploded" value="/"|explode:$uri["dirname"]}

<a href="http://{$smarty.server.HTTP_HOST}">Home</a>

{foreach from=$exploded item=element}
{if $element != ""}

::<a href="http://{$smarty.server.HTTP_HOST}/

{foreach from=$exploded item=element2}
{if $element2 != ""}
{$element2}/
{/if}
{/foreach}

">{$element|replace:'-':' '}</a>

{/if}{*close the if blank if*}
{/foreach}
::{$uri["filename"]|replace:'-':' '}

In this way I do not need to use PHP.
Need help.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP