Skip to content

Commit

Permalink
added mustache to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 18, 2011
1 parent 8266fb8 commit 168bf29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "modules/mustache.php"]
path = modules/mustache.php
url = git://github.com/bobthecow/mustache.php.git
3 changes: 1 addition & 2 deletions classes/Page.php
@@ -1,8 +1,7 @@
<?php
abstract class Page {

public function __construct( $phpwork, $params, $pageChain = null ){

public function __construct( $phpwork, $params, $pageChain = null ){
}

public function layout() {
Expand Down
1 change: 1 addition & 0 deletions modules/mustache.php
Submodule mustache.php added at 1e23df

0 comments on commit 168bf29

Please sign in to comment.