aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-01-24 13:18:48 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-01-24 13:18:48 +0100
commit362dbad0b8ff0a29241f4e29556910dfaf7d66e5 (patch)
tree8a75e83012716cd9539ac1456c454bf4921513c2 /app/layout/layout.phtml
parente664138bd2906942b793d85d4eaa6f8c01459509 (diff)
Several position problems, in particular in the global view
Multiple small bugs in global and reader views. Related to these old issues: https://github.com/FreshRSS/FreshRSS/issues/634 https://github.com/FreshRSS/FreshRSS/issues/275
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 000a6c0d2..1d3afbf71 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -5,10 +5,10 @@
<meta name="viewport" content="initial-scale=1.0" />
<?php echo self::headTitle(); ?>
<?php echo self::headStyle(); ?>
- <?php echo self::headScript(); ?>
<script>//<![CDATA[
<?php $this->renderHelper('javascript_vars'); ?>
//]]></script>
+ <?php echo self::headScript(); ?>
<?php
$url_base = Minz_Request::currentRequest();
if (FreshRSS_Context::$next_id !== '') {
@@ -42,7 +42,7 @@
<meta name="robots" content="noindex,nofollow" />
<?php } ?>
</head>
- <body class="<?php echo Minz_Request::param('output', 'normal'); ?>">
+ <body class="<?php echo Minz_Request::actionName(); ?>">
<?php $this->partial('header'); ?>
<div id="global">