// Compatibility wrappers (older templates may call layout_start/layout_end)
if (!function_exists('layout_start')) {
function layout_start($title="USA Guide", $desc="", $canonicalPath="/", $ogImagePath="/assets/usa-guide.webp"){
$canonical = function_exists('full_url') ? full_url($canonicalPath) : $canonicalPath;
$img = function_exists('full_url') ? full_url($ogImagePath) : $ogImagePath;
echo "
";
echo "";
echo "".h($title)."";
if($desc) echo "";
echo "";
echo "";
echo "";
if($desc) echo "";
echo "";
echo "";
if(function_exists('jsonld_organization')) echo jsonld_organization();
if(function_exists('jsonld_website')) echo jsonld_website();
if(function_exists('style_block')) echo style_block();
echo "";
if(function_exists('header_block')) echo header_block();
}
}
if (!function_exists('layout_end')) {
function layout_end(){
if(function_exists('footer_block')) echo footer_block();
echo "
";
}
}
Texas Laws Tag — USA Guide