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