File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/whitelabel.php
<?php
/**
* whitelabel.php
* This is the configuration file for whitelabelling or removing Interspire
* specific code.
*/
$whiteLabel = array();
/**
* These is the name of the application that is used in all language files. This replace {appname} in the language files and allows you to quickly change the name of the application.
*/
$whiteLabel['ApplicationName'] = 'Content Manager [Bad Syntax]';
$whiteLabel['ApplicationNameWithVersion'] = $whiteLabel['ApplicationName'] . ' 5.0';
/**
* AdminLogo
* This variable is used in the template as %%GLOBAL_AdminLogo%%
* It points to the logo used in the control panel. It contains the entire <img>
* HTML tag so the width, height and any other attribute can be changed.
*
* The default location is: /admin/images/logo.gif but the path below is a
* a relative path to that location, i.e. images/logo.gif
*
* Used in: /admin/templates/header.tpl
* and: /admin/templates/pageheader.install.tpl
*/
$whiteLabel['AdminLogo'] = '<img id="logo" src="images/iwp.jpg" alt="logo" border="0" />';
/**
* AdminTitle
* This variable is used in as the meta title for all the pages in the control panel.
* This is the title displayed in a browser's window title.
*
* Used in: /admin/templates/header.tpl
* and: /admin/templates/header.login.tpl
*/
$whiteLabel['AdminTitle'] = $whiteLabel['ApplicationName'] . ' Control Panel';
/**
* AdminCopyright
* This is the text that is used at the bottom of every page in the control
* panel. You are free to modify this text and even leave it blank.
*
* Used in: /admin/templates/footer.tpl
*/
$whiteLabel['AdminCopyright'] = 'Nulled + Powered by BAD SYNTAX';
/**
* DisableTemplateDownloading
* If you want to just outright remove all options, links, buttons and text related
* to downloading new templates, set this value to true.
*/
$whiteLabel['DisableTemplateDownloading'] = true;
/**
* HideStatsSending
* To hide the option during the installer and upgrade wizard that sends anonymous PHP
* and MySQL information back to Interspire, change this to true.
*/
$whiteLabel['HideStatsSending'] = true;
/**
* ForceSendStats
* This option relates to the one above. If you want to hide the option, but still wish
* to partipate, this option allows you to silently send the stats. Set it to false to turn
* it off.
*/
$whiteLabel['ForceSendStats'] = false;
/**
* AppHelpLink
* The link used for the 'Help' option in the control panel's top right text menu
*/
$whiteLabel['AppHelpLink'] = 'javascript:LaunchHelpCategory(142);';
/**
* Disable Interspire News
* This option enables/disables the Interspire News section on the dashboard
* Setting this to true will hide the section.
*/
$whiteLabel['DisableInterspireNews'] = true;
/**
* Disable Other Interspire Products
* This option enables/disables the Other Interspire Products section on the dashboard
* Setting this to true will hide the section.
*/
$whiteLabel['DisableOtherProducts'] = true;
/**
* Hide Version Number
* This will stop the 'latest version' number and version checking from being displayed on the dashboard
*/
$whiteLabel['DisableVersionCheck'] = true;
/**
* IWPUpdateURL
* This is the URL to the update knowledgebase/website containing instructions on how to update.
* This can be a URL.
*/
$whiteLabel['IWPUpdateURL'] = "http://www.anonym.to/?http://idn.interspire.com/articles/65/1/Interspire-Website-Publisher-5-Upgrade-Guide/Page1.html";
/**
* IWP_4_5
* This can be used to whitelabel the name of the previous version of Website Publisher. This is used by the website importer
* Example: $whiteLabel['IWP_4_5'] = "My Web App";
* The default value used is: Content Manager 4.5
*/
$whiteLabel['IWP_4_5'] = false;
$whiteLabel['IWP_4_5_abbr'] = false;
/**
* Upgrade Error Message
* This variable is usedif there are any errors during the upgrade process.
* This variable references a language variable, but you can replace it with a string of text/html.
*
* e.g. $whiteLabel['AdminTitle'] = 'Contact MyWebDesignBusiness to get assitance with fixing these errors';
*
* Note: This text will be wrapped insert two other sentences:
* Unfortunately it looks like there were some errors when running the upgrades. %%Your_Sentence%% Please send along the information included below.
*/
$whiteLabel['AskForSupport'] = GetLang('AskForSupport');