Lines Matching refs:interim
111 $interim = "\n <div class=\"sidebarbox\" id=\"".hsc($div_id)."\">\n";
113 $interim .= " <h5 class=\"hspec\">".hsc($contents["headline"])."</h5>\n";
115 $interim .= " <div class=\"level1\">".$contents["xhtml"]."</div>"
118 $boxes[] = $interim;
228 $interim = tpl_include_page(tpl_getConf("mnmlblog_headernav_location"), false); variable
229 if ($interim === "" ||
230 $interim === false){
237 echo $interim;
292 $interim = tpl_include_page(tpl_getConf("mnmlblog_sidebarnav_location"), false); variable
293 if ($interim === "" ||
294 $interim === false){
301 echo $interim;
335 … $interim = tpl_include_page(tpl_getConf("mnmlblog_copyright_location"), false); variable
336 if ($interim === "" ||
337 $interim === false){
344 echo $interim;