<?xml version="1.0"?>
<concrete5-cif version="1.0">

    <singlepages>
        <page name="Stacks" path="/!stacks" filename="/!stacks/view.php" pagetype="" description="" package="" global="true">
            <attributes>
                <attributekey handle="icon_dashboard">
                    <value>fa fa-th</value>
                </attributekey>
            </attributes>
        </page>

        <page name="Page Not Found" path="/page_not_found" filename="/page_not_found.php" pagetype="" description="" package="" global="true" >
            <area name="Main"/>
        </page>


        <page name="Trash" path="/!trash" filename="/!trash/view.php" pagetype="" description="" package="" global="true">
            <attributes>
                <attributekey handle="icon_dashboard">
                    <value>fa fa-trash-o</value>
                </attributekey>
            </attributes>
        </page>

        <page name="Login" path="/login" filename="/login.php" pagetype="" description="" package="" global="true" />
        <page name="Register" path="/register" filename="/register.php" pagetype="" description="" package="" global="true" />
        <page name="My Account" path="/account" filename="/account/view.php" pagetype="" description="" package="" global="true">
            <attributes>
                <attributekey handle="icon_dashboard">
                    <value>fa fa-briefcase</value>
                </attributekey>
            </attributes>
        </page>

        <page name="Edit Profile" path="/account/edit_profile" filename="/account/edit_profile.php" pagetype="" description="Edit your user profile and change password." package="" />
        <page name="Profile Picture" path="/account/avatar" filename="/account/avatar.php" pagetype="" description="Specify a new image attached to posts or edits." package="" />
        <page name="Private Messages" path="/account/messages" filename="/account/messages.php" pagetype="" description="Inbox for site-specific messages." package="" />
        <page name="Page Forbidden" path="/page_forbidden" filename="/page_forbidden.php" pagetype="" description="" package="" global="true" />
		<page name="Download File" path="/download_file" filename="/download_file.php" pagetype="" description="" package="" global="true" />

    </singlepages>

</concrete5-cif>
