summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
committerAndrew Dolgov <[email protected]>2013-03-20 22:05:49 -0700
commit5b0aec17e9359818e6a9d3161d8539d6ed7a4f70 (patch)
tree5c3adbffd822dbbaa7b763c039135a8e644a9a6d /index.php
parent4e4048024a2007527eaf713408c03e83f319b4ed (diff)
parentca5d9be49fb6f9cf06ebf8e305c4c1e290f710da (diff)
Merge pull request #63 from Joschasa/master
Remove deprecated stuff
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 57a370d91..4cbd756a3 100644
--- a/index.php
+++ b/index.php
@@ -128,11 +128,11 @@
<div id="header">
<img id="net-alert" style="display : none"
title="<?php echo __("Communication problem with server.") ?>"
- src="<?php echo theme_image($link, 'images/alert.png') ?>"/>
+ src="images/alert.png"/>
<img id="newVersionIcon" style="display:none" onclick="newVersionDlg()"
width="13" height="13"
- src="<?php echo theme_image($link, 'images/new_version.png') ?>"
+ src="images/new_version.png"
title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>"
alt="new_version_icon"/>
</div>
@@ -201,12 +201,12 @@
<button id="net-alert" dojoType="dijit.form.Button" style="display : none" disabled="true"
title="<?php echo __("Communication problem with server.") ?>">
<img
- src="<?php echo theme_image($link, 'images/alert.png') ?>" />
+ src="images/alert.png" />
</button>
<button id="newVersionIcon" dojoType="dijit.form.Button" style="display : none">
<img onclick="newVersionDlg()"
- src="<?php echo theme_image($link, 'images/new_version.png') ?>"
+ src="images/new_version.png"
title="<?php echo __('New version of Tiny Tiny RSS is available!') ?>" />
</button>