Changeset 471:397a3758c484 for admin/index.php
- Timestamp:
- 07/01/11 19:49:24 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r454 r471 286 286 { 287 287 echo 288 '<p><a href="'.$i[1].'"><img src="'.$i[2].'" alt="" /> </a>'.289 '< span><a href="'.$i[1].'">'.$i[0].'</a></span></p>';288 '<p><a href="'.$i[1].'"><img src="'.$i[2].'" alt="" />'. 289 '<br /><span>'.$i[0].'</span></a></p>'; 290 290 } 291 291 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.