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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Mar 26 04:26:56 2008 UTC (20 months ago) by mattv
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +0 -13 lines
File MIME type: text/x-php
updates to make Drupify compatible with Drupal 6.x
1 <?php
2
3 function drupify_breadcrumb($breadcrumb) {
4 if (!empty($breadcrumb)) {
5 $bcimage = ' <img src="'. base_path() . path_to_theme() .'/images/arrow.png"> ';
6 return '<div class="breadcrumb">'. implode($bcimage, $breadcrumb) .'</div>';
7 }
8 }
9
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2