From fe7893d17f14b3bf2b4b3d377bc15d7c25901efa Mon Sep 17 00:00:00 2001 From: Morik Date: Wed, 2 Jan 2019 21:36:34 +0100 Subject: [PATCH] Add missing data-identifier to mobile menu All menus items contain their identifier as data attribute. This allows admins to easily add css specific to those links (like icons etc). see: https://github.com/WoltLab/WCF/blob/master/com.woltlab.wcf/templates/__menu.tpl#L6 This is missing on the mobile menu version and added with this pull request. --- com.woltlab.wcf/templates/pageMenuMobile.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/pageMenuMobile.tpl b/com.woltlab.wcf/templates/pageMenuMobile.tpl index 23216cd86f..5a94d25747 100644 --- a/com.woltlab.wcf/templates/pageMenuMobile.tpl +++ b/com.woltlab.wcf/templates/pageMenuMobile.tpl @@ -3,7 +3,7 @@