PHP Classes

File: application/config/breadcrumb.php

Recommend this page to a friend!
  Classes of Lorand Gombos   Codeigniter Breadcrumb Library   application/config/breadcrumb.php   Download  
File: application/config/breadcrumb.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Codeigniter Breadcrumb Library
Generate navigation breadcrumbs using CodeIgniter
Author: By
Last change:
Date: 7 years ago
Size: 485 bytes
 

Contents

Class file image Download
<?php defined('BASEPATH') OR exit('No direct script access allowed');
$config['breadcrumb_home_element'] = array('name'=>'AHome','url'=>'/');
$config['breadcrumb_use_home_element'] = true;
$config['breadcrumb_element_options'] = array('class'=>'breadcrumb_class');
$config['breadcrumb_last_element_options'] = array('class'=>'breadcrumb_class_last');
$config['breadcrumb_home_element_options'] = array('class'=>'breadcrumb_class_home');
$config['breadcrumb_separator'] = " <b>::</b> ";