Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: kwestalot on Jul 15th, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>