News: SPlatform U7 was released!
Docs / U3 / How to change the theme
Options: Go back
A good question, the new theme manager uses just 2 files to change the theme on all of your pages.
To change it, go to the core/config/theme/ folder and edit the header.php and footer.php files like in this example:
header.php
<?php include('themes/rubine-lite/header.theme.block.php'); ?>
Replace with:
<?php include('themes/YOUR THEME FOLDER/header.theme.block.php'); ?>
footer.php
<?php include('themes/rubine-lite/footer.theme.block.php'); ?>
Replace with:
<?php include('themes/YOUR THEME FOLDER/footer.theme.block.php'); ?>
Now, test your website, the theme must be changed!
Website Translation
Donate
Latest 5 news
08.27.2017 | SPlatform U7 was released!
02.07.2017 | SPlatform U6 was released!
01.15.2017 | SPlatform U6 is almost done!
04.20.2016 | SPlatform U5 is now public!
10.05.2015 | SPlatform is now using the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 license.
02.07.2017 | SPlatform U6 was released!
01.15.2017 | SPlatform U6 is almost done!
04.20.2016 | SPlatform U5 is now public!
10.05.2015 | SPlatform is now using the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 license.
SPlatform is licensed under GNU GENERAL PUBLIC LICENSE Version 2, June 1991