Changeset 1660
- Timestamp:
- 10/24/09 12:13:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/popularityContest/inc/lib.popularityContest.php
r1608 r1660 179 179 } 180 180 $icon = (file_exists($v['root'].'/icon.png')) ? 181 '<img src="index.php?pf='.$k.'/icon.png" style="height:16px;" />' : '';181 '<img src="index.php?pf='.$k.'/icon.png" style="height:16px;" alt="" />' : ''; 182 182 $table->cell($icon); 183 183 $table->cell($k);
Note: See TracChangeset
for help on using the changeset viewer.