While both $gimme and $gimme->section exist inside the <dynamic> tag, $gimme->section->defined (and other section properties) are false (for non-logged users).
It looks that the <dynamic> tag dislikes any assignments inside templates. And since the (problematic) template _section/section-standard.tpl has set $gimme->section from $gimme->default_section, thus it may cause that problem in the (reported) template _section/section-standard.tpl.
Thus, a solution could be using of $gimme->default_section instead of using $gimme->section then.
Martin Saturka
added a comment - - edited It looks that the <dynamic> tag dislikes any assignments inside templates. And since the (problematic) template _section/section-standard.tpl has set $gimme->section from $gimme->default_section, thus it may cause that problem in the (reported) template _section/section-standard.tpl.
Thus, a solution could be using of $gimme->default_section instead of using $gimme->section then.
Thus, a solution could be using of $gimme->default_section instead of using $gimme->section then.