1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

update zoom layout a bit

This commit is contained in:
Andrew Dolgov
2021-03-11 22:08:40 +03:00
parent f67d2623b7
commit 6e0474a7c8
7 changed files with 65 additions and 39 deletions

View File

@@ -189,17 +189,18 @@ class Share extends Plugin {
<body class='flat ttrss_utility ttrss_zoom css_loading'>
<div class='container'>
<?php if (!empty($line["link"])) { ?>
<h1>
<a target='_blank' rel='noopener noreferrer'
href="<?= htmlspecialchars($line["link"]) ?>"><?= htmlspecialchars($line["title"]) ?></a>
</h1>
<?php } else { ?>
<h1><?= $line["title"] ?></h1>
<?php } ?>
<div class='content post'>
<div class='header'>
<div class='row'>
<?php if (!empty($line["link"])) { ?>
<h1>
<a rel='noopener noreferrer'
href="<?= htmlspecialchars($line["link"]) ?>"><?= htmlspecialchars($line["title"]) ?></a>
</h1>
<?php } else { ?>
<h1><?= $line["title"] ?></h1>
<?php } ?>
</div>
<div class='row'>
<div><?= $line['author'] ?></div>
<div><?= $parsed_updated ?></div>