Skip to content

Commit

Permalink
Added keywords and description to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Magnusek committed Jun 30, 2011
1 parent bffb21f commit 9087947
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 200 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
.DS_Store
cache
templates_c
2 changes: 2 additions & 0 deletions aktuality.php
Expand Up @@ -12,6 +12,8 @@

$smarty->assign('page', 'aktuality');
$smarty->assign('title', 'Aktuality');
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('aktuality.tpl');

?>
99 changes: 0 additions & 99 deletions cache/1eac20332c728e42b16e1ba210242ed430e57370.aktuality.tpl.php

This file was deleted.

98 changes: 0 additions & 98 deletions cache/c0360d049dff10f364dfc53ba2cc3958abf6ee6d.index.tpl.php

This file was deleted.

3 changes: 2 additions & 1 deletion index.php
Expand Up @@ -21,7 +21,8 @@

$smarty->assign('page', 'index');
$smarty->assign('title', 'Úvodní stránka');
// $smarty->assign('image_number', );
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('index.tpl');

?>
2 changes: 2 additions & 0 deletions jak_to_u_nas_vypada.php
Expand Up @@ -12,6 +12,8 @@

$smarty->assign('page', 'jak_to_u_nas_vypada');
$smarty->assign('title', 'Jak to u nás vypadá');
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('gallery.tpl');

?>
2 changes: 2 additions & 0 deletions kde_nas_najdete.php
Expand Up @@ -12,6 +12,8 @@

$smarty->assign('page', 'kde_nas_najdete');
$smarty->assign('title', 'Kde nás najdete');
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('kontakt.tpl');

?>
2 changes: 2 additions & 0 deletions nase_nabidka.php
Expand Up @@ -12,6 +12,8 @@

$smarty->assign('page', 'nase_nabidka');
$smarty->assign('title', 'Naše nabídka');
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('nabidka.tpl');

?>
4 changes: 2 additions & 2 deletions templates/header.tpl
Expand Up @@ -4,8 +4,8 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-language" content="cs" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
<title>Čajovna u Bílého Draka - {$title}</title>
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
Expand Down
2 changes: 2 additions & 0 deletions vase_dotazy.php
Expand Up @@ -12,6 +12,8 @@

$smarty->assign('page', 'vase_dotazy');
$smarty->assign('title', 'Vaše dotazy');
$smarty->assign('description', '');
$smarty->assign('keywords', '');
$smarty->display('dotazy.tpl');

?>

0 comments on commit 9087947

Please sign in to comment.