diff --git a/menu.py b/menu.py index 79f220537..f0049ea3c 100644 --- a/menu.py +++ b/menu.py @@ -32,7 +32,7 @@ class Menu(): def sort_items(self): """Sort the items in self.items by order.""" self.items = sorted(self.items, key=lambda x: x.order, reverse=False) - def add_item(self, label, icon, url, order=50, basehref=True): + def add_item(self, label, url, order=50, basehref=True): """This method creates a menu item with the parameters, adds that menu item to this menu, and returns the item. diff --git a/modules/santiago.py b/modules/santiago.py new file mode 120000 index 000000000..ae4ef986e --- /dev/null +++ b/modules/santiago.py @@ -0,0 +1 @@ +installed/santiago/santiago.py \ No newline at end of file