Files
PrestaShop/install-dev/data/xml/quick_access.xml
mMarinetti d9dbb1db75 // install-new renamed to install-dev
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-26 17:35:54 +00:00

25 lines
830 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_quick_access>
<fields id="name" class="QuickAccess">
<field name="new_window"/>
<field name="link"/>
</fields>
<entities>
<quick_access id="Home" new_window="0">
<link>index.php</link>
</quick_access>
<quick_access id="My_Shop" new_window="1">
<link>../</link>
</quick_access>
<quick_access id="New_category" new_window="0">
<link>index.php?controller=AdminCategories&amp;addcategory</link>
</quick_access>
<quick_access id="New_product" new_window="0">
<link>index.php?controller=AdminProducts&amp;addproduct</link>
</quick_access>
<quick_access id="New_voucher" new_window="0">
<link>index.php?controller=AdminCartRules&amp;addcart_rule</link>
</quick_access>
</entities>
</entity_quick_access>