X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..e8151ad24cb9f4951ea1f29f5878248e584b8372:/www/display.php diff --git a/www/display.php b/www/display.php index 5bd06bb..ffc9786 100644 --- a/www/display.php +++ b/www/display.php @@ -1,42 +1,19 @@ loadFromRequest(); render( 'display', array( - 'description' => file_get_contents($repoDir . '/.git/description'), - 'files' => $tplFiles, - 'links' => array( - 'edit' => '/' . $id . '/edit' - ) + 'repo' => $repo, + 'dh' => new \Date_HumanDiff(), ) ); ?>