In most themes the title is declared in the function theme_page. I need to declare node titles in the function themes_node but still want to keep the title in theme_page so all other pages get there titles.
I use the following if statement in function theme_page to avoid double node titles. It seems to work but feels like a crude way to fix it. Any better suggestions?
That is a link to an early draft of my site. I'm aiming for a "small corporate" feel (if that makes sense). I'm just looking for some feedback of what I've developed so far. Any tips on how the text flow, format, fonts, etc. etc. should work would be appreciated. I'm no developer or artist, so be gentle. Thanks.
i'm trying to customize my theme to display just the date on entries, and not include the time. it looks like i'll have to customize the format_date function in the common.inc file, but i'm not sure exactly how to do it. has anyone done this before?
Hi. I'm using phptemplate for my theme. I see that phptemplate shows node titles only if you're visiting a list of nodes (not a page node).
I would like to know how can I extend this so if I'm in the front page, it doesn't display node titles (I tried to use $is_front in node.tpl.php, but doesn't work there). And how can I set Drupal so some sidebar blocks will be shown if I'm at cover only, and viceversa.