summaryrefslogtreecommitdiff
path: root/lpf/views/pages/no-conf.html.php
blob: 1f4e3d383546ca9fda38748551cbca763620a5db (plain)
1
2
3
4
5
6
7
8
<?php global $VARS;
$t = $VARS['template'];

$t->header('Message Manager');
$t->paragraph('Awe shiz, dude, conf.php doesn\'t exist, you '.
              'need to go through the '.
              '<a href="installer">installer</a>.');
$t->footer();