Codeigniter-breadcrumbs icon indicating copy to clipboard operation
Codeigniter-breadcrumbs copied to clipboard

Small breadcrumb library for CodeIgniter

Results 1 Codeigniter-breadcrumbs issues
Sort by recently updated
recently updated
newest added

When unshift a breadcrumb, the final result doesn't work fine. Possible resolution: ``` // construct output /* foreach ($this->breadcrumbs as $key => $crumb) { $keys = array_keys($this->breadcrumbs); if (end($keys) ==...