diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php
index 1326b0aca..b51692675 100644
--- a/include/friendica_smarty.php
+++ b/include/friendica_smarty.php
@@ -45,6 +45,13 @@ class FriendicaSmarty extends Smarty {
class FriendicaSmartyEngine implements ITemplateEngine {
static $name ="smarty3";
+
+ public function __construct(){
+ if(!is_writable('view/smarty3/')){
+ echo "ERROR: folder view/smarty3/ must be writable by webserver."; killme();
+ }
+ }
+
// ITemplateEngine interface
public function replace_macros($s, $r) {
$template = '';
diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css
index 074bd9816..d1895853e 100644
--- a/view/theme/smoothly/css/typography.css
+++ b/view/theme/smoothly/css/typography.css
@@ -19,7 +19,7 @@ body {
padding-bottom: 3em;
width: 960px;
height: 100%;
- font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
+ font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
font-size: 15px;
font-size-adjust: none;
font-style: normal;
diff --git a/view/theme/smoothly/default.php b/view/theme/smoothly/default.php
index 867073f0c..9ac49820a 100644
--- a/view/theme/smoothly/default.php
+++ b/view/theme/smoothly/default.php
@@ -26,13 +26,18 @@
+
+
+
+
+