mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Experimental schema template
This commit is contained in:
@@ -208,6 +208,13 @@ if ($e_headers && is_array($e_headers))
|
||||
}
|
||||
unset($e_headers);
|
||||
|
||||
/** @experimental - subject to change at any time */
|
||||
if($schema = e107::schema())
|
||||
{
|
||||
echo '<script type="application/ld+json">'.$schema."</script>\n";
|
||||
}
|
||||
|
||||
unset($schema);
|
||||
|
||||
echo e107::getSingleton('eResponse')->renderMeta()."\n"; // render all the e107::meta() entries.
|
||||
|
||||
|
Reference in New Issue
Block a user