1
Hi all!
I have added these lines in class/xoopstree.php
le="color: #000000"><?php $path = $this->getNicePathFromId($parentid, $title, $funcURL, $path); [color=FF0000]$path = trim($path); $path = substr($path, 0, strlen($path) - 13);[/color]
This trims the final separator when you make a breadcrumb path.
Before:
Start : Module : Page :
Now:
Start : Module : Page
Could this be added to the following release of xoops? Idea mostly stolen from wfdownloads, so credit to smartfactory