designtopack/public/site/templates/client-brief.php

5 lines
139 B
PHP
Raw Normal View History

2024-11-20 08:39:26 +01:00
<?php if ($page->pdf()->isNotEmpty()) {
go($page->parent()->url() . '?dialog=client-brief');
} else {
snippet('generic-template');
} ?>