index.php

00001 <?php
00002 // include common definitions
00003 require_once 'diogenes.common.inc.php';
00004 require_once 'diogenes.toplevel.inc.php';
00005 require_once 'Barrel/Editor.php';
00006 
00007 $page = new $globals->toplevel;
00008 
00009 $editor = new Diogenes_Barrel_Editor();
00010 $editor->readonly = 1;
00011 $editor->run($page, 'viewer_content');
00012 
00013 $page->assign('greeting', __("Welcome to Diogenes")."!");
00014 $page->assign('about',
00015   $globals->urlise(__("Welcome to the Diogenes content management system.")." ".
00016   __("Diogenes was developed by the webmasters of the Polytechnique.org web site.")));
00017 $page->assign('available',__("The following barrels are currently available"));
00018 
00019 $page->display("index.tpl");
00020 ?>

Generated on Fri Jan 11 01:20:08 2008 for Diogenes by  doxygen 1.5.1