~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to htdocs/news.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: news.php 3868 2009-03-30 00:22:35Z glen $
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('news.tpl.html');