1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

Update default theme

This commit is contained in:
Awilum
2018-03-14 22:09:14 +03:00
parent 618fbc8323
commit 892dc66625
3 changed files with 16 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ author:
name: Sergey Romanenko
email: awilum@yandex.ru
url: https://github.com/Awilum
homepage: https://github.com/Rawilum/Rawilum
bugs: https://github.com/Rawilum/Rawilum/issues
homepage: https://github.com/rawilum/rawilum
bugs: https://github.com/rawilum/rawilum/issues
license: MIT
# Theme settings

View File

@@ -1,3 +1,3 @@
<?php Theme::getTemplate('partials/head'); ?>
<?php echo Pages::getCurrentPage()['content']; ?>
<?php Theme::getTemplate('partials/footer'); ?>
<?php $this->rawilum['themes']->getTemplate('partials/head'); ?>
<?php echo $page['content']; ?>
<?php $this->rawilum['themes']->getTemplate('partials/footer'); ?>

11
site/themes/default/package-lock.json generated Normal file
View File

@@ -0,0 +1,11 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bootstrap": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.0.0.tgz",
"integrity": "sha512-gulJE5dGFo6Q61V/whS6VM4WIyrlydXfCgkE+Gxe5hjrJ8rXLLZlALq7zq2RPhOc45PSwQpJkrTnc2KgD6cvmA=="
}
}
}