|
@@ -2,7 +2,7 @@
|
|
|
<?php
|
|
<?php
|
|
|
|
|
|
|
|
$mark = $this->conf->mark_when;
|
|
$mark = $this->conf->mark_when;
|
|
|
-$mail = Minz_Session::param ('mail', false);
|
|
|
|
|
|
|
+$mail = Minz_Session::param('mail', false);
|
|
|
$auto_actualize = Minz_Session::param('actualize_feeds', false);
|
|
$auto_actualize = Minz_Session::param('actualize_feeds', false);
|
|
|
$hide_posts = ($this->conf->display_posts ||
|
|
$hide_posts = ($this->conf->display_posts ||
|
|
|
Minz_Request::param('output') === 'reader');
|
|
Minz_Request::param('output') === 'reader');
|