mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 07:13:08 +02:00
Minor unrelated updates
This commit is contained in:
@@ -70,7 +70,7 @@ if(!isset($content)) $content = '';
|
||||
$headline = $adminTheme->getHeadline();
|
||||
$headlinePos = strpos($content, ">$headline</h1>");
|
||||
if(!$adminTheme->isModal && ($headlinePos === false || $headlinePos < 500)) {
|
||||
echo "<h1 class='uk-margin-remove-top'>$headline</h1>";
|
||||
echo "<h1 id='pw-content-title' class='uk-margin-remove-top'>$headline</h1>";
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user