Файл: concrete5.7.5.6/concrete/config/install/base/login_registration.xml
Строк: 131
<?xml version="1.0"?>
<concrete5-cif version="1.0">
<singlepages>
<page name="Drafts" path="/!drafts" filename="/!drafts/view.php" pagetype="" description="" package="" root="true">
<attributes>
<attributekey handle="icon_dashboard">
<value>fa fa-edit</value>
</attributekey>
</attributes>
</page>
<page name="Trash" path="/!trash" filename="/!trash/view.php" pagetype="" description="" package="" root="true">
<attributes>
<attributekey handle="icon_dashboard">
<value>fa fa-trash-o</value>
</attributekey>
</attributes>
</page>
<page name="Stacks" path="/!stacks" filename="/!stacks/view.php" pagetype="" description="" package="" root="true">
<attributes>
<attributekey handle="icon_dashboard">
<value>fa fa-th</value>
</attributekey>
</attributes>
</page>
<page name="Login" path="/login" filename="/login.php" pagetype="" description="" package="" root="true" />
<page name="Register" path="/register" filename="/register.php" pagetype="" description="" package="" root="true" />
<page name="My Account" path="/account" filename="/account/view.php" pagetype="" description="" package="" root="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="Messages" path="/account/messages" filename="/account/messages/view.php" pagetype="" description="Inbox for site-specific messages." package="" />
<page name="Inbox" path="/account/messages/inbox" filename="/account/messages/inbox.php" pagetype="" description="" package="" />
<page name="Members" path="/members" filename="/members/view.php" pagetype="" description="" package="">
</page>
<page name="View Profile" path="/members/profile" filename="/members/profile.php" pagetype="" description="" package="" />
<page name="Directory" path="/members/directory" filename="/members/directory.php" pagetype="" description="" package=""/>
<page name="Page Not Found" path="/page_not_found" filename="/page_not_found.php" pagetype="" description="" package="" root="true" >
<area name="Main"/>
</page>
<page name="Page Forbidden" path="/page_forbidden" filename="/page_forbidden.php" pagetype="" description="" package="" root="true" />
<page name="Download File" path="/download_file" filename="/download_file.php" pagetype="" description="" package=""/>
</singlepages>
<conversationeditors>
<editor handle="plain_text" name="Plain Text" package="" activated="1"/>
<editor handle="markdown" name="Markdown" package="" activated="0"/>
<editor handle="redactor" name="Redactor" package="" activated="0"/>
</conversationeditors>
<conversationratingtypes>
<conversationratingtype handle="up_vote" name="Up Vote" points="1" package="" />
<conversationratingtype handle="down_vote" name="Down Vote" points="0" package="" />
</conversationratingtypes>
</concrete5-cif>