Ticket #3368: freepbx_admin.php.patch
| File freepbx_admin.php.patch, 0.9 kB (added by Nick_Lewis, 3 years ago) |
|---|
-
freepbx_admin.php
old new 59 59 $tab_num = $key+1; 60 60 } 61 61 } 62 echo "<li class=\"last\"><a><span> </span></a></li>";62 echo "<li class=\"last\"><a><span> </span></a></li>"; 63 63 echo "</ul>\n"; 64 64 65 65 // create tabs, and set the proper one active … … 187 187 <hr /> 188 188 <?php 189 189 echo '<a target="_blank" href="http://www.freepbx.org"><img id="footer_logo" src="images/freepbx_small.png" alt="FreePBX®"/></a>'; 190 echo '<h3>'.'Freedom to Connect<sup>® </sup>'.'</h3>';190 echo '<h3>'.'Freedom to Connect<sup>®</sup>'.'</h3>'; 191 191 echo "\t\t".sprintf(_('%s is a registered trademark of %s'), 192 192 '<a href="http://www.freepbx.org" target="_blank">'._('FreePBX').'</a>', 193 193 '<a href="http://www.freepbx.org/copyright.html" target="_blank">Atengo, LLC.</a>')."<br/>\n";
