diff --git a/plinth.py b/plinth.py index b8afa7582..b912dc09e 100755 --- a/plinth.py +++ b/plinth.py @@ -68,7 +68,7 @@ def load_modules(): cfg.log("skipping %s" % name) def parse_arguments(): - parser = argparse.ArgumentParser(description='Plinht web interface for the FreedomBox.') + parser = argparse.ArgumentParser(description='Plinth web interface for the FreedomBox.') parser.add_argument('--pidfile', default="", help='specify a file in which the server may write its pid') args=parser.parse_args() diff --git a/templates/base.tmpl b/templates/base.tmpl index aac469157..29602fd90 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -5,108 +5,179 @@ $default #end if #end def - - - - $default($title, "Plinth Front End to the Freedom Box") - - - - - - - $css - - - $js - $main_menu_js - $sub_menu_js - + + + + + + + + + + + + + + + + + $default($title, "Plinth Front End to the Freedom Box") + + + + + + + + + + + + + + + + + + + + + + + + + + $css + + + + + + + + + + + + $js + $main_menu_js + $sub_menu_js + - -