Topic: Modifi template Monstra is stop
Hi all,
I'm editing theme.
System stalls If i change one line.
Copy default theme to 'test' directory.
Put bootstrap.css into /themes/test/css/
Modifi header.chunk.php
<?php Stylesheet::add('public/assets/css/bootstrap.css', 'frontend', 1); ?>
to
<?php Stylesheet::add('public/themes/test/css/bootstrap.css', 'frontend', 1); ?>
Refresh browser, Monstra was no response...
Any helps?