mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* \file htdocs/externalsite/admin/externalsite.php
|
||||
* \ingroup externalsite
|
||||
* \brief Page de configuration du module externalsite
|
||||
* \version $Id: externalsite.php,v 1.4 2011/07/31 23:50:53 eldy Exp $
|
||||
* \version $Id: externalsite.php,v 1.5 2011/08/27 14:25:00 hregis Exp $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -115,5 +115,5 @@ if ($mesg) print "<br>$mesg<br>";
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:50:53 $ - $Revision: 1.4 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -14,15 +14,14 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* $Id: frames.php,v 1.10 2011/07/31 23:50:56 eldy Exp $
|
||||
*/
|
||||
|
||||
/** \file htdocs/externalsite/frames.php
|
||||
\ingroup externalsite
|
||||
\brief Page that build two frames: One for menu, the other for the target page to show
|
||||
\author Laurent Destailleur
|
||||
\version $Revision: 1.10 $
|
||||
*/
|
||||
/**
|
||||
* \file htdocs/externalsite/frames.php
|
||||
* \ingroup externalsite
|
||||
* \brief Page that build two frames: One for menu, the other for the target page to show
|
||||
* \author Laurent Destailleur
|
||||
*/
|
||||
|
||||
require("../main.inc.php");
|
||||
|
||||
@@ -32,7 +31,7 @@ if (empty($conf->global->EXTERNALSITE_URL))
|
||||
{
|
||||
llxHeader();
|
||||
print '<div class="error">Module ExternalSite was not configured properly.</div>';
|
||||
llxFooter('$Date: 2011/07/31 23:50:56 $ - $Revision: 1.10 $');
|
||||
llxFooter();
|
||||
}
|
||||
|
||||
$mainmenu=GETPOST('mainmenu');
|
||||
|
||||
Reference in New Issue
Block a user