mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-10-28 13:52:26 +01:00
add pdf export support
This commit is contained in:
@@ -54,5 +54,10 @@
|
||||
<?php print $message['message']; ?>
|
||||
</div>
|
||||
|
||||
<?php foreach($images as $img) { ?>
|
||||
<p><img src="<?php print SITE_URL; ?>/tmp/<?php print $img['name']; ?>" alt="" /></p>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user