diff options
| author | YoungMin Park <parkyymm@hotmail.com> | 2014-11-04 11:49:43 +0900 |
|---|---|---|
| committer | YoungMin Park <parkyymm@hotmail.com> | 2014-11-04 11:49:43 +0900 |
| commit | a5bbb2bec133bdee08b361628f32430ae3884107 (patch) | |
| tree | b203105149ec234ebe155d5718d2cbb6390b4a45 /plugins/mark_button/init.php | |
| parent | 12727ad17d125eb2f3f243231ccca1cb0a5a7b4b (diff) | |
| parent | 2f43089de1ead3f164b8b31967d1abbb784319fa (diff) | |
Merge pull request #1 from gothfox/master
Update from original
Diffstat (limited to 'plugins/mark_button/init.php')
| -rw-r--r-- | plugins/mark_button/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php index 971b12932..4cdff53d0 100644 --- a/plugins/mark_button/init.php +++ b/plugins/mark_button/init.php @@ -21,12 +21,12 @@ class Mark_Button extends Plugin { if (get_pref("COMBINED_DISPLAY_MODE")) { if (sql_bool_to_bool($line["marked"])) { $marked_pic = "<img - src=\"images/mark_set.svg\" + src=\"images/mark_set.png\" class=\"markedPic\" alt=\"Unstar article\" onclick='toggleMark($id)'>"; } else { $marked_pic = "<img - src=\"images/mark_unset.svg\" + src=\"images/mark_unset.png\" class=\"markedPic\" alt=\"Star article\" onclick='toggleMark($id)'>"; } |