mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
window. When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping button
8 lines
337 B
PHP
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>
|