summaryrefslogtreecommitdiffstats
path: root/common/custom/views.php
blob: b34013fe39c4acabc383d4d7737aba7dad43a0df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$views = array(
    'archive' => array(
        'header' => 'Content-type: text/html; charset=UTF-8',
        'prolog' => '',
        'template' => dirname(__FILE__).'/views/archive/archive.tpl.php'
    ),
    'html' => array(
        'header' => 'Content-type: text/html; charset=UTF-8',
        'prolog' => '',
        'template' => dirname(__FILE__).'/views/default/index.tpl.php'
    )
);