Add dedicated mobile navigation
This commit is contained in:
@@ -14,6 +14,8 @@ plugin.tx_eptheme {
|
||||
topNavPid =
|
||||
# cat=eptheme/200/110; type=string; label=Main navigation PID
|
||||
mainNavPid =
|
||||
# cat=eptheme/200/115; type=string; label=Mobile navigation PID
|
||||
mobileNavPid =
|
||||
# cat=eptheme/200/120; type=string; label=Footer navigation PID
|
||||
footerNavPid =
|
||||
# cat=eptheme/200/130; type=string; label=Default homepage UID
|
||||
|
||||
@@ -31,6 +31,7 @@ plugin.tx_eptheme {
|
||||
settings {
|
||||
footerNavPid = {$plugin.tx_eptheme.settings.footerNavPid}
|
||||
mainNavPid = {$plugin.tx_eptheme.settings.mainNavPid}
|
||||
mobileNavPid = {$plugin.tx_eptheme.settings.mobileNavPid}
|
||||
topNavPid = {$plugin.tx_eptheme.settings.topNavPid}
|
||||
legalNoticePageUid = {$plugin.tx_eptheme.settings.legalNoticePageUid}
|
||||
termsAndConditionsPageUid = {$plugin.tx_eptheme.settings.termsAndConditionsPageUid}
|
||||
|
||||
Reference in New Issue
Block a user