mirror of
https://github.com/sruupl/batflat.git
synced 2026-07-05 10:28:37 +02:00
Update docs files
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user