summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:21:04 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:21:04 +0200
commit8e2ffb435a9f26aba9f357fa05f9dbea553a1c09 (patch)
treef5059b151191681ee0d452dd8b8f5db250930260 /templates
parent993e56a3ebded2dc49b3de7efdc776dea61d6ace (diff)
parent74129d1b9e97a5d59f72bd38b70a40a5d21a019f (diff)
merged css file again
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php2
-rw-r--r--templates/part.nofeeds.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index e481bd2d2..49423236c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -36,7 +36,7 @@ foreach($items as $item) {
echo '<h1 class="item_title"><a target="_blank" href="' . $item->getUrl() . '">' . $item->getTitle() . '</a></h1>';
- echo '<h2 class="item_author">' . $l->t('from') . ' ' . parse_url($item->getUrl())['host'] . '</h2>';
+ echo '<h2 class="item_author">' . $l->t('from') . ' ' . parse_url($item->getUrl(), PHP_URL_PATH) . '</h2>';
echo '<div class="body">' . $item->getBody() . '</div>';
diff --git a/templates/part.nofeeds.php b/templates/part.nofeeds.php
index 070c90c60..3a9c14b14 100644
--- a/templates/part.nofeeds.php
+++ b/templates/part.nofeeds.php
@@ -2,7 +2,7 @@
<div id="firstrun">
<?php echo $l->t('You have no feeds in your reader.') ?>
<div id="selections">
- <input type="button" id="addfeed" value="<?php echo $l->t('Add feed') ?>" />
- <input type="button" value="<?php echo $l->t('Import OPML') ?>" />
+ <input type="button" id="addfeedbtn" value="<?php echo $l->t('Add feed') ?>" />
+ <input type="button" id="importopmlbtn" value="<?php echo $l->t('Import OPML') ?>" />
</div>
</div> \ No newline at end of file