summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorJoschasa <[email protected]>2013-03-20 22:59:08 +0100
committerJoschasa <[email protected]>2013-03-20 22:59:08 +0100
commit2a3b6de0efd66a9643bce7ded70288d0ddf9fb24 (patch)
tree715ed389e207c95c71dffe1f72620dcfe76a5fad /index.php
parent4e4048024a2007527eaf713408c03e83f319b4ed (diff)
remove deprecated theme_image()
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>