Wildan Muhlis
Wildan Muhlis

Reputation: 1603

Cibonfire Fix Breadcrumbs

I try to use cibonfire breadcumb

<?php echo breadcrumb(); ?>

but, the link direct me to up directory, i've got Object not found! error.

How do i fix this link location?

http://localhost:8082/admin/content

which is should be

http://localhost:8082/ces/admin/content

Thanks,

Upvotes: 0

Views: 85

Answers (1)

kittycat
kittycat

Reputation: 15045

See the documentation. Per the docs:

The breadcrumb is built from the URI segments of the current page. If the default uri segments will not work for a page in your application, you can pass an array of key/value pairs that represent the crumbs. The key of each pair is the value that will be shown, while the value of each pair represents the url segment to pass into it.

Upvotes: 1

Related Questions