Skip to content

Commit

Permalink
add defult support text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordikan committed Aug 22, 2024
1 parent fef525e commit 7e0522a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protected/views/base/_brand.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
<?= SettingMetadata::model()->getSetting('helpdesk_hours') ? "<br/>(" . $purifier->purify(SettingMetadata::model()->getSetting('helpdesk_hours')) . ")" : null ?>
<?php elseif ($tech_support_provider) : ?>
<a href="<?= $tech_support_url ?>" target="_blank"><?= $tech_support_provider ?></a>
<?php else :?>
<p>Paid for support and maintenance is available from our Accredited Professional Services Partner network.<br>A list of available partners can be found at the following link <a href="http://openeyes.apperta.org" target="_blank">openeyes.apperta.org</a></p>
<?php endif; ?>
</p>

Expand Down

0 comments on commit 7e0522a

Please sign in to comment.