head: use page teaser as meta description
[minimedit.git] / nieuws / index.php
index 0f81de28edcf428bd5dacdc1fa6a945b5751fbe9..8b82b61fb6f4b15a8b25ae9ce6028f295a6eedcf 100644 (file)
@@ -11,9 +11,6 @@ if ($page and !is_numeric($page)) {
        if ($edit) {
                $Article->title = $edit;
        }
-       if (isset($Article->raw)) {
-               $Place['description'] = $Article->teaser;
-       }
        $Place[1] = ' <small class="date">'.$Article->date.'</small>';
        print preg_replace('{(?<=<h2>)(.*?)(?=</h2>)}', ($edit ?: '\1').' [[1]]', ob_get_clean());
        if ($User and $User->admin) {