template.php: use PHP style comments

This commit is contained in:
Zankaria 2025-04-25 17:59:17 +02:00
parent 12b4356a6a
commit 553c925f40

View File

@ -226,11 +226,11 @@ function twig_secure_link($href) {
return $href . '/' . make_secure_link_token($href); return $href . '/' . make_secure_link_token($href);
} }
// /* /*
// * ==================== * ====================
// * Container Detection * Container Detection
// * =================== * ===================
// */ */
function twig_check_container() { function twig_check_container() {
global $config; global $config;