diff options
Diffstat (limited to 'cgi/templates/base_top.html')
-rw-r--r-- | cgi/templates/base_top.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index a1f0431..d6a30e8 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -36,12 +36,7 @@ <script type="text/javascript" src="#{static_url}js/autorefresh.js"></script> </head> <body#{' class="res"' if replythread else ''} data-brd="#{board}"> - <div id="main_nav"><span>[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</span> - <?py if not force_css: ?> - <span>[Estilo: <select id="styles"> - <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select>]</span> -<?py #endif ?></div> + <div id="main_nav"><span>[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</span></div> <div class="logo"> <?py if board: ?> #{board_long} @@ -49,4 +44,4 @@ <img src="/static/img/default.png" width="500" height="81" /> <?py #endif ?> </div> - <hr width="90%" size="1" /> + <hr width="90%" size="1" />
\ No newline at end of file |