Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<application id="Dummy" Mode="Debug">
|
|
|
4 |
<paths>
|
|
|
5 |
<using namespace="Application.common.*" />
|
|
|
6 |
<using namespace="System.I18N.*" />
|
|
|
7 |
</paths>
|
|
|
8 |
<modules>
|
|
|
9 |
<module id="globalization" class="Application.common.BlogTutorialGlobalization" Charset="UTF-8"/>
|
|
|
10 |
</modules>
|
|
|
11 |
<services>
|
|
|
12 |
<service id="page" class="TPageService" DefaultPage="Overview">
|
|
|
13 |
<pages MasterClass="Application.layout.MainLayout" Theme="PradoSoft" />
|
|
|
14 |
</service>
|
|
|
15 |
</services>
|
|
|
16 |
<parameters>
|
|
|
17 |
<parameter id="languages" value="('en'=>'English', 'fr'=>'Français', 'id'=>'Indonesian')" />
|
|
|
18 |
</parameters>
|
|
|
19 |
</application>
|