edit.html.php 115 B

123456
  1. <?php
  2. $oldDir = getcwd();
  3. chdir($app->getModuleRoot() . 'doc/view');
  4. include './edit.html.php';
  5. chdir($oldDir);
  6. ?>