| Server IP : 172.64.80.1 / Your IP : 172.69.214.9 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/themes/bubble_window/ |
Upload File : |
<?php
// This File set the options and defualt values for this theme.
// Background color of chat window:
$option1_name = "Background color of chat window:";
if(empty($option1_value)) { $option1_value = "#DDDDDD"; }
$option1_desc = "hex background color of the window.. like #DDDDDD";
// Background Image of chat window:
$option2_name = "Background Image of chat window:";
if(empty($option2_value)) { $option2_value = "themes/liquid_box/bluegray.png"; }
$option2_desc = "full url to background image http:// ";
// Width and height of the pop up window. If the width is
// already set then dont set it.
if(empty($UNTRUSTED['winwidth'])) { $winwidth = 610; }
if(empty($UNTRUSTED['winheight'])) { $winheight = 450; }
$topframeheight_value =65;
?>