HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TPunter/f5media.nl/wwwroot/config.php
<?PHP
/* CONFIG SETTINGS - change this */
$siteTitle = 'Your website'; /* will be displayed above the url-bar */
$siteName = 'Your website'; /* The biggest title on your homepage */
$siteDesc ='A description of your site'; /*subtitle */
$siteTitleHome = 'Home'; // will be displayed above the url-bar when the home-page is open
$siteFooter = '©your name';

$siteMetaDesc = 'A description of your site for Google here';
$siteMetaKeywords = 'Some, keywords, seperated, by, kommas, here, max 10';

$theme = "theme_default"; // name of the subfolder in themes directory for the theme you want

/*MOBILE VERSION NOT IN LITE EDITION OF THIS TEMPLATE. Go to http://metro-webdesign.info and donate to get the full version!*/



/*Must be the same as the pageLink array in js/config.js ! For SEO optimization (tip: first create the array in config.js, then copy it here and place a $-sign in front of every line */
$pageLink = array();
$pageLink['Typography'] = 'typography.php';
$pageLink['Slider example'] = 'sliders.php';
$pageLink['Images 1'] = 'myimages.html';
$pageLink['Images 2'] = 'otherimages.php';
$pageLink['Images 3'] = 'images3.php';
$pageLink['Terms of service'] = 'tos.php';

/*YOUR LOGIN FOR ADMIN SECTION, access it on http:/yoursite.com/admin/ */
/*Admin section not supported in lite edition!*/

/*COMPRESSING */
/*Compression not supported in lite edition */
?>