By Arran on
Currently I am having to use the 'weights' when reordering menu's...
I can use the drag and drop whilst in the Garland theme for example..
So I'm wondering how much work it would be to implement this feature in to my own custom theme...
Thanks
Comments
=-=
compare garlands page.tpl.php with your custom page.tpl.php file in your theme.
are there any glaring differences beyond layout?
is your custom theme printing
<?php print $closure; ?>before the closing</body>tag?Yeah it is printing that...
Yeah it is printing that... What is it's function?
=-=
http://lmgtfy.com/?q=drupal+what+is+%24closure
Ah right... I've taken it out
Ah right...
I've taken it out and I now have the drag and drop...
I wonder if this closure code is going to be needed for something in the future...