Closed (fixed)
Project:
Simpler
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2011 at 23:18 UTC
Updated:
26 Sep 2011 at 15:21 UTC
Hello!
My problem is easy: I don't want the name of the website appearing on the top.
I found:
<?php if ($title): ?>
<h1 class="title" id="page-title">
<?php print $title; ?>
</h1>
<?php endif; ?>that I can put away, then my problem disappears as the title on the frontage.
But if I put it away , then in the node, the article has no title...
Comments
Comment #1
danpros commentedHi,
If you want only disable the site name you can go to Simpler theme settings.
If you want to change the placement the code you must change is below code
Dan
Comment #2
detorped commentedOOOooops sorry, I made a mistake: because of themekey, it was not the name of the website but of the category. And it is much harder to remove :/
Comment #3.0
(not verified) commentedA ")" too much :)