kwestalot

Untitled

Jul 15th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div class="breadcrumb "><a href="/">Home</a> > <?php $count = 0; $url = ("/" . pods_url_variable($count)); while(pods_url_variable($count) != pods_url_variable('last')) { $title = (pods_url_variable($count)); echo "<a href='" . $url . "'>" . ucwords(str_replace( array("-", "_"), " ", $title) ). "</a> > "; $count ++; $url .= ("/" . pods_url_variable($count)); } echo ucwords(str_replace( array("-", "_"), " ", pods_url_variable('last')) ); ?></div>
Advertisement
Add Comment
Please, Sign In to add comment