mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r8718: try to improve the 2 level menu a bit.
Deryck, if you get a chance, could you see how to make this a little "left and up" arrow instead of "Main Menu" ?
This commit is contained in:
parent
4b3aa69e70
commit
c6c1b2998c
@ -62,9 +62,11 @@ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png'
|
||||
|
||||
<div id="nav">
|
||||
<%
|
||||
include("/menu.js");
|
||||
if (global.page.menu) {
|
||||
include(global.page.menu);
|
||||
write('<a href="/">Main Menu</a>');
|
||||
} else {
|
||||
include("/menu.js");
|
||||
}
|
||||
%>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user