Last change
on this file since 819 was
815,
checked in by jrpelegrina, 5 years ago
|
Initial release of pmb 4.2
|
-
Property svn:executable set to
*
|
File size:
809 bytes
|
Line | |
---|
1 | <?php |
---|
2 | // +-------------------------------------------------+ |
---|
3 | // © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net) |
---|
4 | // +-------------------------------------------------+ |
---|
5 | // $Id: taberror.php,v 1.3 2015-04-03 11:16:23 jpermanne Exp $ |
---|
6 | |
---|
7 | // définition du minimum nécéssaire |
---|
8 | $base_path="."; |
---|
9 | $base_auth = ""; |
---|
10 | $base_title = ""; |
---|
11 | $base_use_dojo=1; |
---|
12 | |
---|
13 | require_once ("$base_path/includes/init.inc.php"); |
---|
14 | |
---|
15 | print "<div id='att' style='z-Index:1000'></div>"; |
---|
16 | |
---|
17 | print $menu_bar; |
---|
18 | print $extra; |
---|
19 | print $extra2; |
---|
20 | print $extra_info; |
---|
21 | if($use_shortcuts) { |
---|
22 | include("$include_path/shortcuts/circ.sht"); |
---|
23 | } |
---|
24 | print "<div id='conteneur' class='circ'> |
---|
25 | <div id='contenu'>"; |
---|
26 | |
---|
27 | error_message("tt",$msg["12"]); |
---|
28 | |
---|
29 | print "</div> |
---|
30 | </div>"; |
---|
31 | |
---|
32 | print $footer; |
---|
33 | pmb_mysql_close($dbh); |
---|
Note: See
TracBrowser
for help on using the repository browser.