Vergleich inc/class_templates.php - 1.8.38 - 1.8.39

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 122Zeile 122
		}
return $template;
}

		}
return $template;
}

	



	/**
* Prepare a template for rendering to a variable.
*

	/**
* Prepare a template for rendering to a variable.
*

Zeile 158Zeile 158
			}
}
$res = $template_xml->xpath("//template[@name='{$title}']");

			}
}
$res = $template_xml->xpath("//template[@name='{$title}']");

		return $res[0];

		return !empty($res[0]) ? $res[0] : false;

	}
}

	}
}