By sijumpk on
When will be the '$page' variable within the node template file becomes TRUE. Whether is it in a body view, teaser view or in a multiple node listing view ?
When will be the '$page' variable within the node template file becomes TRUE. Whether is it in a body view, teaser view or in a multiple node listing view ?
Comments
$page becomes TRUE when you
$page becomes TRUE when you are loading up the full version of a node. For example, at the path node/2. I guess this is what you mean by "body view"?