~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/view.php

  • Committer: Elan Ruusamäe
  • Date: 2009-06-27 15:00:41 UTC
  • Revision ID: glen@delfi.ee-20090627150041-mpb27al56kmprakw
- restructured

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
//
29
29
// @(#) $Id: view.php 3877 2009-05-13 00:47:22Z rlambe $
30
30
 
31
 
require_once(dirname(__FILE__) . "/init.php");
 
31
require_once dirname(__FILE__) . '/../init.php';
32
32
 
33
33
$tpl = new Template_Helper();
34
34
$tpl->setTemplate("view.tpl.html");