Problems with bread crumbs

Matthias Meßmer matthias at familie-messmer.de
Wed Jun 30 22:58:20 UTC 2010


Hi,

seems that bread crumbs only work because the old menu.inc are
available. Have a look at media/includes/chihuahua/toolbox.inc

I changed the file so that it works for me:

Index: toolbox.inc
===================================================================
--- toolbox.inc (Revision 1144823)
+++ toolbox.inc (Arbeitskopie)
@@ -1,7 +1,7 @@
 <?php if (! isset ($hidelocation) || $hidelocation == false) { ?>
        <div id="location" class="toolboxtext">
        <ul>
-                       <li><?php $kde_menu->showLocation() ?></li>
+                       <li><?php $plasmaMenu->breadCrumb() ?></li>
        </ul>
        </div>
 <?php }?>

Best regards

Matthias alias Pipesmoker



More information about the kde-www mailing list