<div class="crumbs_patch">Your location: <a href="<php $this ->options ->siteUrl();>">Website Home</a>» </li> <php if ($this->is('index')): ><! --When the page is the first page --> Latest Post <php elseif ($this->is('post')): ><! --When the page is a single page of an article --> <php $this->category(); > » <php $this->title() > <php else: ><! --When the page is another page --> <php $this->archiveTitle(' » ','',''); > <php endif; > </div>
<php$this->related(5)->to($relatedPosts); > <phpif($relatedPosts->have()):> <phpwhile($relatedPosts->next()):> <li> <a href="<php$relatedPosts->permalink();>" title="<php$relatedPosts->title();>"><php$relatedPosts->title(); ></a> <small><strong><php$relatedPosts->author(); ></strong> post in<php$this->date('Y-m-d H:i:s'); ></small> </li> <phpendwhile; > <phpelse:> <li>No Related Post</li> <phpendif;>
<php$this->widget('Widget_Metas_Tag_Cloud','ignoreZeroCount=1&limit=20')->to($tags); > <phpwhile($tags->next()):> <a href="<php$tags->permalink();>"margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background-color: transparent; font-family: '[object]', 'Lucida Console', 'Courier New', monospace; color: rgb(76, 131, 23); "><php$tags->split(5, 10,20,30); >"><php$tags->name();></a> <phpendwhile;>
<php$this->widget('Widget_Contents_Post_Recent')->to($post); > <phpwhile($post->next()):> <a href="<php$post->permalink();>" title="<php$post->title();>"><php$post->title(25,'...'); ></a> <phpendwhile;>
<php$this->widget('Widget_Contents_Post_Date','type=month&format=F Y') ->parse('<li><a href="{permalink}">{date}</a> ({count})</li>');>
<php $this ->thePrev ('previous:% s','no previous'); > <php $this ->theNext ('next:% s','no next '); >
<php $this->thePrev('« %s', ''); > <php $this->theNext('%s »', ''); >
/*Head commonly used <php $this->keywords('_'); >//Keywords <php $this->options->title(); >//Site Name <php $this->options->description(); >//Site Description <php $this->archiveTitle(); >//Title <php $this->options->themeUrl('ie.css'); >//Template Path <php $this->options->siteUrl(); >//Home URL <php $this->options->feedUrl(); > <php $this->options->commentsFeedUrl(); > <php $this->pageNav(); >//Pagination <php $this->options->generator(); >//Version No /*Common on article page <php $this->title(); >//Title <php $this->category(','); >//Classification <php $this->tags(', ', true, ''); >//Label <php $this ->date ('F jS, Y ')>//time <php $this->content(); >//Content <php $this->thePrev('« %s', ''); >//Previous <php $this->theNext('%s »', ''); >//Next