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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed May 21 15:05:38 2008 UTC (18 months, 1 week ago) by krishikesh
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial Release for Drupal 6
1 <?php
2
3 function alchemist_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