adminhtml.xml 1.18 KB
<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->

<config>
	<acl>
		<resources>
			<all>
				<title>Allow Everything</title>
			</all>
			<admin>    
				<children>
					<Anc_Anc module="anc_image">
						<title>ANC</title>
						<sort_order>71</sort_order>
						<children>
<!--							<ncalbum module="anc_image">
								<title>Album</title>
								<sort_order>1</sort_order>
								<action>image/adminhtml_album/list</action>
							</ncalbum>-->
							<!--	@backend_grid-->
<!--							<ncimage module="anc_image">
								<title>Image</title>
								<sort_order>2</sort_order>
								<action>image/adminhtml_album/list</action>
							</ncimage>-->
						</children>               	
					</Anc_Anc>


             
					<system>
						<children>
							<config>
								<children>
									<site translate="title">
										<title>Lib</title>
										<sort_order>101</sort_order>
									</site>
								</children>
							</config>
						</children>
					</system>
				</children>
			</admin>
		</resources>
	</acl>
	
</config>