source: trunk/web/app/config.xml @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 909 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<config>
3
4  <pathes>
5    <punbb>../punbb/</punbb>
6    <tinymce>plugins/tinymce/</tinymce>
7    <player>plugins/players/player_mp3_js.swf</player>
8    <dist_out>out/dist/</dist_out>
9  </pathes>
10
11  <prefix>e_</prefix>
12  <sql_prefix>#--</sql_prefix>
13
14  <params>
15    <e>e</e>
16    <action>a</action>
17    <next>next</next>
18    <from>from</from>
19    <start>start</start>
20    <path>path</path>
21    <menus>m</menus>
22    <menus_categorie>mc</menus_categorie>
23    <alpha>alpha</alpha>
24    <user>user</user>
25    <edito>edito</edito>
26    <spotlight>spotlight</spotlight>
27    <categorie>c</categorie>
28    <news>n</news>
29    <artiste>artiste</artiste>
30    <is_artiste>ia</is_artiste>
31    <download>d</download>
32    <album>album</album>
33    <url>u</url>
34    <page>page</page>
35    <login>log</login>
36    <id>id</id>
37    <edit>edit</edit>
38    <format>f</format>
39  </params>
40
41</config>
Note: See TracBrowser for help on using the repository browser.