<config upload="./upload/" path="./" url="./"> <formspath>./forms/</formspath> <default_location>index.php</default_location> <forms> <adminpath>./forms/admin/</adminpath> <userpath>./forms/user/</userpath> <admintemplate>./templates/form.htm</admintemplate> <sitepath>./forms/</sitepath> <sitetemplate>./admin/templates/form.htm</sitetemplate> </forms> <database type="mysql"> <server>localhost</server> <login></login> <password></password> <default>network</default> </database> <modules> <admin> <module name="network">network</module> <module name="myprofile">myprofile</module> <module name="auth">auth</module> </admin> </modules> <vars> <var name="header">Network Devices</var> <var name="title">Network Devices Administration Area</var> </vars> <tables> <table name="vars">site_vars</table> </tables> <templates path="./templates/"> <admin path="./templates/admin/"> <template name="menus">menus.htm</template> <template name="layout">layout.htm</template> </admin> </templates> </config>