| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/mod/breadcrumb/conf/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/mod/breadcrumb/conf/config.php |
<?php
/**
* @author Matthew McNaney
* @version $Id: config.php 7340 2010-03-15 19:55:46Z matt $
*/
define('BC_STICKY_HOME', true);
define('BC_VIEW_LIMIT', 5);
define('BC_QUEUE_LIMIT', 20);
define('BC_DIVIDER', ' > ');
?>