Changeset 4444 for freepbx/branches

Show
Ignore:
Timestamp:
07/19/07 02:21:35 (6 years ago)
Author:
gregmac
Message:

Add footer back to admin pages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/amp_conf/htdocs/admin/views/freepbx_admin.php

    r4430 r4444  
    155155 
    156156</div> <!-- .content --> 
     157 
     158<div id="footer"> 
     159  <hr /> 
     160  <?php 
     161  echo '<a target="_blank" href="http://www.freepbx.org"><img id="footer_logo" src="images/freepbx_small.png" alt="FreePBX&reg;"/></a>'; 
     162  echo '<h3>'._('Freedom to Connect').'</h3>'; 
     163  echo "\t\t".sprintf(_('%s is a registered trademark of %s'), 
     164       '<a href="http://www.freepbx.org" target="_blank">'._('FreePBX').'</a>', 
     165       '<a href="http://www.freepbx.org/copyright.html" target="_blank">Atengo, LLC.</a>')."<br/>\n"; 
     166  echo "\t\t".sprintf(_('%s is licensed under %s'), 
     167       '<a href="http://www.freepbx.org" target="_blank">'._('FreePBX').' '.getversion().'</a>', 
     168       '<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GPL</a>'); 
     169   
     170  ?> 
     171</div> 
     172 
    157173</div></div> <!-- background-wrapper, background -->