/[drupal]/contributions/themes/plutado_grey/template.php
ViewVC logotype

Contents of /contributions/themes/plutado_grey/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download) (as text)
Tue Oct 28 04:53:10 2008 UTC (13 months ago) by plutado
Branch: MAIN
CVS Tags: DRUPAL-6--1-6, DRUPAL-6--1-7, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.6: +1 -31 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2
3 function phptemplate_breadcrumb($breadcrumb) {
4 if (!empty($breadcrumb)) {
5 return '<div class="breadcrumb">' . implode ('<div class="delimit">&nbsp;ยป&nbsp;</div>', $breadcrumb) . '</div>';
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.2