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