|
@@ -48,7 +48,6 @@
|
|
|
<?php if ($this->query->sharedUrlRss() !== ''): ?>
|
|
<?php if ($this->query->sharedUrlRss() !== ''): ?>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li><a href="<?= $this->query->sharedUrlHtml() ?>"><?= _i('link') ?> <?= _t('conf.query.share.html') ?></a></li>
|
|
<li><a href="<?= $this->query->sharedUrlHtml() ?>"><?= _i('link') ?> <?= _t('conf.query.share.html') ?></a></li>
|
|
|
- <li><a href="<?= $this->query->sharedUrlGreader() ?>"><?= _i('link') ?> <?= _t('conf.query.share.greader') ?></a></li>
|
|
|
|
|
<li><a href="<?= $this->query->sharedUrlRss() ?>"><?= _i('link') ?> <?= _t('conf.query.share.rss') ?></a></li>
|
|
<li><a href="<?= $this->query->sharedUrlRss() ?>"><?= _i('link') ?> <?= _t('conf.query.share.rss') ?></a></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
@@ -75,6 +74,7 @@
|
|
|
<?php if ($this->query->sharedUrlOpml() !== ''): ?>
|
|
<?php if ($this->query->sharedUrlOpml() !== ''): ?>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li><a href="<?= $this->query->sharedUrlOpml() ?>"><?= _i('link') ?> <?= _t('conf.query.share.opml') ?></a></li>
|
|
<li><a href="<?= $this->query->sharedUrlOpml() ?>"><?= _i('link') ?> <?= _t('conf.query.share.opml') ?></a></li>
|
|
|
|
|
+ <li><a href="<?= $this->query->sharedUrlGreader() ?>"><?= _i('link') ?> <?= _t('conf.query.share.greader') ?></a></li>
|
|
|
</ul>
|
|
</ul>
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
</div>
|
|
</div>
|