Hi guys,
I have some problem with creating own theme.
I copyed Default theme and start rewriting the code but when I edit template.php and use for example this (defined('CONFIG_PATH') ? CONFIG_PATH : '') . '/custom/templates/Swampy/css/bootstrap.min.css', it shows this
https://ctrlv.cz/BXQ2 instead this
https://ctrlv.cz/nfjP. I can have it like in default but I need change template.php to (defined('CONFIG_PATH') ? CONFIG_PATH : '') . '/custom/templates/Default/css/bootstrap.min.css', but this solution is bad for me