Files
gallery3/modules/digibug/views/digibug_album.html.php
Tim Almdal 231ad4f329 This implements the Digibug printing. When a a print request is made the digibug shopping cart is opened in a new
window.  When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping
button
2009-06-23 22:13:28 -07:00

8 lines
337 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gDigibugPrintButton">
<a class="gButtonLink ui-corner-all ui-state-default ui-icon-left"
href="<?= url::site("digibug/print_photo/$id?csrf={$csrf}") ?>"
title="<?= $title ?>">
<span class="ui-icon ui-icon-print"><?= $title ?></span>
</a>
</div>