Файл: apwa/styles/mobile/template/gallery/gallery_recent.html
Строк: 20
<?php
<!-- BEGIN imageblock -->
document.writeln('<table align="right" cellpadding="2" cellspacing="10" border="0">');
<!-- BEGIN imagerow -->
document.writeln('<tr>');
<!-- BEGIN image -->
document.writeln('<td align="right">{imageblock.imagerow.image.UC_THUMBNAIL}</td>');
<!-- END image -->
<!-- BEGIN no_image -->
document.writeln('<td align="right">No</td>');
<!-- END no_image -->
document.writeln('</tr>');
<!-- END imagerow -->
document.writeln('</table>');
<!-- END imageblock -->
?>