Support Tickets - CMS 2.1 - config.php

CMS 2.1 - config.php

CMS 21.04.2016 2218 Feedback Status: Closed Solution: Yes bluesatkv


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";
}

Replies (2)

  • avatar Jerome

    Thank you for your ticket.

    PHP does not need it so it is not a problem if the end php tag is missing.

    21.04.2016 0
  • avatar bluesatkv

    OK, thanks. I'm smarter.Close please

    21.04.2016 0