diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-25 18:22:39 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-26 22:00:23 +0300 |
| commit | 5779c300e47cec9533d95ad8691f362032d6f485 (patch) | |
| tree | a2f6ff27d065c74b373575e0be4b7270bd92635a /phpBB/adm/style/overall_header.html | |
| parent | 64e26e8c71c4f5d59e421c293f1bd6a17d13e341 (diff) | |
| download | forums-5779c300e47cec9533d95ad8691f362032d6f485.tar forums-5779c300e47cec9533d95ad8691f362032d6f485.tar.gz forums-5779c300e47cec9533d95ad8691f362032d6f485.tar.bz2 forums-5779c300e47cec9533d95ad8691f362032d6f485.tar.xz forums-5779c300e47cec9533d95ad8691f362032d6f485.zip | |
[ticket/11957] Responsive layout and menu
PHPBB3-11957
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
| -rw-r--r-- | phpBB/adm/style/overall_header.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 0636f9bb26..80e254227b 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -128,14 +128,16 @@ function popup(url, width, height, name) <div id="content"> <div id="menu"> <p>{L_LOGGED_IN_AS}<br /><strong>{USERNAME}</strong> [ <a href="{U_LOGOUT}">{L_LOGOUT}</a> ][ <a href="{U_ADM_LOGOUT}">{L_ADM_LOGOUT}</a> ] </p> - <ul> <!-- DEFINE $LI_USED = 0 --> <!-- BEGIN l_block1 --> <!-- IF l_block1.S_SELECTED --> <!-- BEGIN l_block2 --> <!-- IF .l_block1.l_block2.l_block3 --> - <li class="header">{l_block1.l_block2.L_TITLE}</li> + <!-- IF $LI_USED --></ul></div><!-- ENDIF --> + <div class="menu-block"> + <a class="header" href="javascript:void(0);">{l_block1.l_block2.L_TITLE}</a> + <ul> <!-- DEFINE $LI_USED = 1 --> <!-- ENDIF --> @@ -147,8 +149,9 @@ function popup(url, width, height, name) <!-- ENDIF --> <!-- END l_block1 --> - <!-- IF not $LI_USED --> - <li></li> + <!-- IF $LI_USED --> + </ul> + </div> <!-- ENDIF --> </ul> </div> |
