-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
32 lines (24 loc) · 1.38 KB
/
config.php
File metadata and controls
32 lines (24 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?PHP
/* CONFIG SETTINGS - change this */
$siteTitle = 'Woosh Temp Site'; /* will be displayed above the url-bar */
$siteName = 'IMS445 Design Site'; /* The biggest title on your homepage */
$siteDesc ='Current demos and updates'; /*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 */
?>