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
Branches issue/16626
Tags instance/fid_adlr/alpha/16626
No related merge requests found
...@@ -76,7 +76,7 @@ JS; ...@@ -76,7 +76,7 @@ JS;
<div class="openUrlButton"></div> <div class="openUrlButton"></div>
<?php endif; ?> <?php endif; ?>
<?php if ($getit->showOrderButton() && $user): ?> <?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')?> <?=$this->transEsc('getit_order')?>
</a> </a>
<?php endif; ?> <?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