XF 1.1 List Notices Does Not Show on Mobile Theme:

CritiKiL

Active member
Licensed customer
I haven't paid much attention to it until just now, but my List Notices show fine in my default template but never shows on my XFS Mobile skin template. Any ideas to get it to show on the Mobile template as well?
 
Probably due to a template customization. Notices are called in PAGE_CONTAINER:

Code:
						<xen:hook name="page_container_notices">
						<xen:include template="notices" />						
						</xen:hook>
 
Back
Top Bottom