Update docs files

This commit is contained in:
Paweł Klockiewicz
2017-04-26 18:28:28 +02:00
parent 6ecc839d8a
commit 90ff1131d6
2 changed files with 4 additions and 4 deletions

View File

@@ -231,7 +231,7 @@ Example
<title>{$page.title} - {$settings.title}</title>
<meta name="description" content="{$settings.description}">
<meta name="keywords" content="{$settings.keywords}">
<link rel="stylesheet" href="{$bat.path}/themes/{$settings.theme}/styles.css">
<link rel="stylesheet" href="{$bat.theme}/styles.css">
{loop: $bat.header}{$value}{/loop}
</head>
@@ -251,7 +251,7 @@ Example
{$settings.footer} {$bat.powered}
</footer>
<script src="{$bat.path}/themes/{$settings.theme}/scripts.js"></script>
<script src="{$bat.theme}/scripts.js"></script>
{loop: $bat.footer}{$value}{/loop}
</body>
</html>

View File

@@ -233,7 +233,7 @@ Przykład
<title>{$page.title} - {$settings.title}</title>
<meta name="description" content="{$settings.description}">
<meta name="keywords" content="{$settings.keywords}">
<link rel="stylesheet" href="{$bat.path}/themes/{$settings.theme}/styles.css">
<link rel="stylesheet" href="{$bat.theme}/styles.css">
{loop: $bat.header}{$value}{/loop}
</head>
@@ -253,7 +253,7 @@ Przykład
{$settings.footer} {$bat.powered}
</footer>
<script src="{$bat.path}/themes/{$settings.theme}/scripts.js"></script>
<script src="{$bat.theme}/scripts.js"></script>
{loop: $bat.footer}{$value}{/loop}
</body>
</html>