Merge remote branch 'upstream/master'
This commit is contained in:
commit
a2102e1ca0
|
@ -45,6 +45,13 @@ class FriendicaSmarty extends Smarty {
|
||||||
|
|
||||||
class FriendicaSmartyEngine implements ITemplateEngine {
|
class FriendicaSmartyEngine implements ITemplateEngine {
|
||||||
static $name ="smarty3";
|
static $name ="smarty3";
|
||||||
|
|
||||||
|
public function __construct(){
|
||||||
|
if(!is_writable('view/smarty3/')){
|
||||||
|
echo "<b>ERROR:</b> folder <tt>view/smarty3/</tt> must be writable by webserver."; killme();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// ITemplateEngine interface
|
// ITemplateEngine interface
|
||||||
public function replace_macros($s, $r) {
|
public function replace_macros($s, $r) {
|
||||||
$template = '';
|
$template = '';
|
||||||
|
|
Loading…
Reference in a new issue