Marius Cramer
2013-11-14 7fe908c50c8dbc5cc05f571dbe11d66141caacd4
interface/web/admin/index.php
@@ -34,14 +34,14 @@
   var $target = '';
   function render() {
      global $app;
      $app->uses('tpl');
      $app->tpl->newTemplate("form.tpl.htm");
      $app->tpl->setVar('error',$error);
      $app->tpl->setInclude('content_tpl','admin/templates/index.htm');
      $app->tpl->setVar('error', $error);
      $app->tpl->setInclude('content_tpl', 'admin/templates/index.htm');
      return $app->tpl->grab();
      /*
      $filename = 'test.txt';
@@ -69,10 +69,11 @@
      return 'dd';
      */
   }
}
?>
?>