forked from Wavyzz/dolibarr
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -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