Index: trunk/kernel/include/parse.php =================================================================== diff -u -N -r4567 -r8061 --- trunk/kernel/include/parse.php (.../parse.php) (revision 4567) +++ trunk/kernel/include/parse.php (.../parse.php) (revision 8061) @@ -673,7 +673,8 @@ foreach($mods as $m) { - if ($t == $var_list['t']) continue; // && !strlen($tpath[$m]) // don't skip in-portal ifself + if ($t == $var_list['t'] || $m == 'Core') continue; // && !strlen($tpath[$m]) // don't skip in-portal ifself + $el->attributes = $tag->attributes; $el->attributes["_template"] = $tpath[$m].$t; $el->attributes["_module"] = $m;