diff --git a/include/text.php b/include/text.php
index 58f69449f4..628da1c1b2 100644
--- a/include/text.php
+++ b/include/text.php
@@ -477,7 +477,6 @@ function get_markup_template($s, $root = '') {
// $tt = microtime() - $ts;
// $a->page['debug'] .= "$tt
\n";
// return $file_contents;
-// logger($template_file);
return file_get_contents($template_file);
}
}}
diff --git a/mod/install.php b/mod/install.php
index d4e04c1a9d..91b5e3d2d4 100755
--- a/mod/install.php
+++ b/mod/install.php
@@ -177,8 +177,6 @@ function install_content(&$a) {
check_htconfig($checks);
- check_smarty3($checks);
-
check_keys($checks);
if(x($_POST,'phpath'))
@@ -430,22 +428,6 @@ function check_htconfig(&$checks) {
}
-function check_smarty3(&$checks) {
- $status = true;
- $help = "";
- if( !is_writable('view/smarty3') ) {
-
- $status=false;
- $help = t('Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.') .EOL;
- $help .= t('In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder.').EOL;
- $help .= t('Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder.').EOL;
- $help .= t('Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.').EOL;
- }
-
- check_add($checks, t('view/smarty3 is writable'), $status, true, $help);
-
-}
-
function check_htaccess(&$checks) {
$a = get_app();
$status = true;
diff --git a/view/smarty3/admin_logs.tpl b/view/smarty3/admin_logs.tpl
index 4f79515ad2..e5412429f4 100644
--- a/view/smarty3/admin_logs.tpl
+++ b/view/smarty3/admin_logs.tpl
@@ -4,9 +4,9 @@