|
@@ -128,6 +128,8 @@ function bcc_address($addr) {
|
|
|
|
|
|
session_start();
|
|
|
|
|
|
+ if (!isset($strings_php))
|
|
|
+ include("../functions/strings.php");
|
|
|
if (!isset($i18n_php))
|
|
|
include('../functions/i18n.php');
|
|
|
|
|
@@ -160,6 +162,10 @@ function bcc_address($addr) {
|
|
|
|
|
|
displayHtmlHeader();
|
|
|
|
|
|
+ // Initialize vars
|
|
|
+ if(!isset($query)) $query = "";
|
|
|
+ if(!isset($show)) $show = "";
|
|
|
+
|
|
|
// Choose correct colors for top and bottom frame
|
|
|
if($show == 'form') {
|
|
|
echo "<BODY BGCOLOR=\"$color[3]\" TEXT=\"$color[6]\" ";
|