Browse Source

content changes

pull/2/head
Mark (ilosuna) 12 years ago
parent
commit
2351d68eba
4 changed files with 3 additions and 3 deletions
  1. BIN
      cms/data/content.sqlite
  2. BIN
      cms/data/userdata.sqlite
  3. +1
    -1
      cms/includes/page_types/rss.php
  4. +2
    -2
      cms/templates/default.tpl

BIN
cms/data/content.sqlite View File


BIN
cms/data/userdata.sqlite View File


+ 1
- 1
cms/includes/page_types/rss.php View File

@ -68,7 +68,7 @@ while($rss_data = $dbr->fetch())
$i++;
}
$template->assign('wfw', $wfw);
if(isset($wfw)) $template->assign('wfw', $wfw);
if(isset($rss_items)) $template->assign('rss_items', $rss_items);
$content_type = 'text/xml';


+ 2
- 2
cms/templates/default.tpl View File

@ -4,8 +4,8 @@
<meta charset="<?php echo $lang['charset']; ?>" />
<title><?php if($page_title): ?><?php echo $page_title; ?><?php else: ?><?php if($title): ?><?php echo $title; ?> - <?php endif; ?><?php echo $settings['website_title']; ?><?php endif; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="<?php if($description) echo $description; else echo $settings['default_description']; ?>" />
<meta name="keywords" content="<?php if($keywords) echo $keywords; else echo $settings['default_keywords']; ?>" />
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<link href="<?php echo STATIC_URL; ?>css/style.css" rel="stylesheet">


Loading…
Cancel
Save