Skip to content
Snippets Groups Projects
Commit 9fa686d6 authored by aydreeihn's avatar aydreeihn
Browse files

Merge branch 'rbukovansky/copyright-translations' into features_prs/develop-next

* rbukovansky/copyright-translations:
  Allowing translation of copyrights in footers
parents 5421a925 58ce0526
No related branches found
No related tags found
No related merge requests found
</div> </div>
</div> </div>
<div id="footer"> <div id="footer">
<p>Copyright &copy; <?php echo date('Y'); ?> <?php echo (string) $ost->company ?: 'osTicket.com'; ?> - All rights reserved.</p> <p><?php echo __('Copyright &copy;'); ?> <?php echo date('Y'); ?> <?php echo (string) $ost->company ?: 'osTicket.com'; ?> - <?php echo __('All rights reserved.'); ?></p>
<a id="poweredBy" href="http://osticket.com" target="_blank"><?php echo __('Helpdesk software - powered by osTicket'); ?></a> <a id="poweredBy" href="http://osticket.com" target="_blank"><?php echo __('Helpdesk software - powered by osTicket'); ?></a>
</div> </div>
<div id="overlay"></div> <div id="overlay"></div>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
</div> </div>
<?php if (!isset($_SERVER['HTTP_X_PJAX'])) { ?> <?php if (!isset($_SERVER['HTTP_X_PJAX'])) { ?>
<div id="footer"> <div id="footer">
Copyright &copy; 2006-<?php echo date('Y'); ?>&nbsp;<?php echo (string) $ost->company ?: 'osTicket.com'; ?>&nbsp;All Rights Reserved. <?php echo __('Copyright &copy;') ?> 2006-<?php echo date('Y'); ?>&nbsp;<?php echo (string) $ost->company ?: 'osTicket.com'; ?>&nbsp;<?php echo __('All Rights Reserved.'); ?>
</div> </div>
<?php <?php
if(is_object($thisstaff) && $thisstaff->isStaff()) { ?> if(is_object($thisstaff) && $thisstaff->isStaff()) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment