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

vm’s picture

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?

Arran’s picture

Yeah it is printing that... What is it's function?

vm’s picture

Arran’s picture

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...