diff options
Diffstat (limited to 'fs_selfservice/fri/theme/page.tpl.php')
-rw-r--r-- | fs_selfservice/fri/theme/page.tpl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs_selfservice/fri/theme/page.tpl.php b/fs_selfservice/fri/theme/page.tpl.php index 12b5a3be7..9d54659c3 100644 --- a/fs_selfservice/fri/theme/page.tpl.php +++ b/fs_selfservice/fri/theme/page.tpl.php @@ -64,8 +64,9 @@ <!--begin footer--> <div id="ariFooter"> <small> - <?php print($ari_version) ?> <?php echo _("Version")?><br> - · <a href="http<?php print(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':''); ?>://www.littlejohnconsulting.com">Based on ARI from Littlejohn Consulting</a> + <!-- <?php print($ari_version) ?> <?php echo _("Version")?><br> --> + Freeside Recording Interface (c) 2008 Freeside Internet Services, Inc.<br> + <a href="http<?php print(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':''); ?>://www.littlejohnconsulting.com">Based on ARI from Littlejohn Consulting</a> </small> </div> <!-- end footer --> |