root/freepbx/branches/2.6/amp_conf/htdocs/admin/views/loggedout.php

Revision 8660, 459 bytes (checked in by mickecarlsson, 3 years ago)

Fixed spelling errors for 2.6 branch

Line 
1 <?php
2
3 $template['content'] =
4     "<h2>"._("Logged out")."</h2>\n".
5     "<p>"._("You have been successfully logged out.")."</p>\n".
6     "<p><span style=\"background-color: #dddddd; margin: 6px; padding: 3px; border-style: solid; border-color: #777777; border-top-width: 0px; border-left-width: 0px; border-right-width: 2px; border-bottom-width: 2px;\">\n".
7     "<a href=\"".$_SERVER['PHP_SELF']."\">"._("Log in")."</a></span></p>\n";
8 showview('freepbx', $template);
9
10 ?>
11
Note: See TracBrowser for help on using the browser.