Skip to content

Commit

Permalink
显示smarty模板时默认加后缀(.html)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzm529 committed Sep 26, 2012
1 parent 210e207 commit 1af1962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooframework/view/DooViewSmarty.php
Expand Up @@ -26,7 +26,7 @@ public function render($file, $data, $_1 = '', $_2 = '')
$this->assign($k, $v);
}
}
$this->display($file);
$this->display($file . '.html');
}

public function renderc($file, $data, $_1 = '', $_2 = '')
Expand Down

0 comments on commit 1af1962

Please sign in to comment.