From: Alexander Ebert Date: Fri, 26 Feb 2016 11:47:46 +0000 (+0100) Subject: Very basic responsive design / fullscreen touch menus X-Git-Tag: 3.0.0_Beta_1~2030^2~80 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=431e4cb4ddd4cba7826f36765c8a0f90144adf5b;p=GitHub%2FWoltLab%2FWCF.git Very basic responsive design / fullscreen touch menus --- diff --git a/com.woltlab.wcf/templates/footer.tpl b/com.woltlab.wcf/templates/footer.tpl index 785fbc7d32..e850feb941 100644 --- a/com.woltlab.wcf/templates/footer.tpl +++ b/com.woltlab.wcf/templates/footer.tpl @@ -80,7 +80,9 @@ {include file='pageFooter'} - + +{include file='pageMenuMobile'} + {event name='footer'} diff --git a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl index 1e158c81d1..01ec621c93 100644 --- a/com.woltlab.wcf/templates/headIncludeJavaScript.tpl +++ b/com.woltlab.wcf/templates/headIncludeJavaScript.tpl @@ -15,6 +15,7 @@ {js application='wcf' file='require.config' bundle='WCF.Core' core='true'} {js application='wcf' file='require.linearExecution' bundle='WCF.Core' core='true'} {js application='wcf' file='wcf.globalHelper' bundle='WCF.Core' core='true'} +{js application='wcf' file='closest' bundle='WCF.Core' core='true'}