In template jakweb and mosaic, file 'config.php' is only start tag for php code without end tag. Is right?
<?php
/*===============================================*
|| ############################################# ||
|| # JAKWEB.CH # ||
|| # ----------------------------------------- # ||
|| # Copyright 2016 JAKWEB All Rights Reserved # ||
|| ############################################# ||
*===============================================*/
/* ### CONFIG FILE ### */
// Add Custom Stylesheet to tinyMCE Editor
if (isset($jkv["color_mosaic_tpl"]) && $jkv["color_mosaic_tpl"] == "dark") {
$tpl_customcss = "template/mosaic/css/dark.css";
} else {
$tpl_customcss = "template/mosaic/css/screen.css";
}
Thank you for your ticket.
PHP does not need it so it is not a problem if the end php tag is missing.
OK, thanks. I'm smarter.Close please