XF 1.1 Cant see Notices

I'm unable to see Notices in my forum?
I'm using the COD skin.

Anyway to show Notices? I mean, it works for the default skin, what do I edit.

Thanks.
 
Probably due to a template customization. Notices are called in PAGE_CONTAINER:

Admin CP -> Appearance -> Templates -> PAGE_CONTAINER

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