Choosing to not use the "Page title combo" block on content can also be helpful if you want to arrange the "Page tabs" menu and "Page title" differently.
I found a simple solution... In node.tpl.php i put.
<?php print render($title_prefix); ?>
<?php if (!empty($title)): ?>
<?php if ($page): ?>
<h1><?php print $title...
It's not English. It's Globish :-) (Global + English).
Like for Drupal Devel is not an option - I looked style guide but for me, it's not interesting. It's useful but it's just a one page...
Thank you for your positive response. I guess English is not your first language but it seems like you found the Devel setting for theme debug where it suggests templates and found that useful. You...
Posted2 days 11 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Recent comments
Choosing to not use the "Page title combo" block on content can also be helpful if you want to arrange the "Page tabs" menu and "Page title" differently.
Block title combo and 2/3 things
I found a simple solution... In node.tpl.php i put. <?php print render($title_prefix); ?> <?php if (!empty($title)): ?> <?php if ($page): ?> <h1><?php print $title...
Block title combo and 2/3 things
It's not English. It's Globish :-) (Global + English). Like for Drupal Devel is not an option - I looked style guide but for me, it's not interesting. It's useful but it's just a one page...
Create a new theme - Starter theme
Thank you for your positive response. I guess English is not your first language but it seems like you found the Devel setting for theme debug where it suggests templates and found that useful. You...
Create a new theme - Starter theme
Great. I can confirm this fixed the issue. Thanks.
Disappearing administration bar. Is this a Leaflet or a Backdrop bug?