Files
2025-03-12 17:06:23 +01:00

3 lines
247 B
PHP

<?php foreach (AllegroAuctionPeer::doSelectAuctionIdsByOrder($order) as $auction_id): ?>
<p><a href="<?php echo url_for('@stAllegroPlugin?action=edit&id=' . $auction_id) ?>" target="_blank"><?php echo $auction_id ?></a></p>
<?php endforeach ?>