X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Findex.php;fp=htdocs%2Findex.php;h=bc0a8fe017082295f045faf12510d0ca721db842;hb=6855525e48fad5de270500a5445c4f4ff85d8bda;hp=0000000000000000000000000000000000000000;hpb=e69709aa8ee6108a1197e46b45367ba8dab55a52;p=diogenes.git diff --git a/htdocs/index.php b/htdocs/index.php new file mode 100644 index 0000000..bc0a8fe --- /dev/null +++ b/htdocs/index.php @@ -0,0 +1,20 @@ +toplevel; + +$editor = new Diogenes_Barrel_Editor(); +$editor->readonly = 1; +$editor->run($page, 'viewer_content'); + +$page->assign('greeting', __("Welcome to Diogenes")."!"); +$page->assign('about', + $globals->urlise(__("Welcome to the Diogenes content management system.")." ". + __("Diogenes was developed by the webmasters of the Polytechnique.org web site."))); +$page->assign('available',__("The following barrels are currently available")); + +$page->display("index.tpl"); +?>