Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
added in more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Dec 29, 2011
1 parent 628a8c6 commit f37f646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Expand Up @@ -17,10 +17,12 @@
// Configure Twig
TwigView::$twigDirectory = dirname(__FILE__) . '/vendor/Twig';

// Adding in extension
TwigView::$twigExtensions = array(
'Extension_Twig_Slim'
);

// Initialize Slim with TwigView
$app = new Slim(array(
'view' => 'TwigView'
));
Expand Down

0 comments on commit f37f646

Please sign in to comment.