Skip to content
Snippets Groups Projects
Commit e2e33782 authored by Alexander Purr's avatar Alexander Purr
Browse files

refs #16626 [fid_adlr] use pda instead of subito-article route

parent 289adf4f
No related merge requests found
......@@ -76,7 +76,7 @@ JS;
<div class="openUrlButton"></div>
<?php endif; ?>
<?php if ($getit->showOrderButton() && $user): ?>
<a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-fidsubitoarticle', array('id' => $id))?>" rel="nofollow">
<a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-fidpda', array('id' => $id))?>" rel="nofollow">
<?=$this->transEsc('getit_order')?>
</a>
<?php endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment