diff options
| author | 2016-01-24 13:18:48 +0100 | |
|---|---|---|
| committer | 2016-01-24 13:18:48 +0100 | |
| commit | 362dbad0b8ff0a29241f4e29556910dfaf7d66e5 (patch) | |
| tree | 8a75e83012716cd9539ac1456c454bf4921513c2 /app/layout/layout.phtml | |
| parent | e664138bd2906942b793d85d4eaa6f8c01459509 (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.phtml | 4 |
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"> |
