diff options
| author | ivan <ivan> | 2008-03-17 02:48:15 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-03-17 02:48:15 +0000 |
| commit | a2d1703dea6fd017bf19b4e43aa1594538ec6b60 (patch) | |
| tree | bbc4d21b9547d4213e6176229ff450ea90d887e2 /fs_selfservice/fri/theme | |
| parent | 34ab52f564fec94959337e93eafa071b60a76f73 (diff) | |
first bits of working FRI! woop!
Diffstat (limited to 'fs_selfservice/fri/theme')
| -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 --> |
