I want to customize the way my drupal looks by adding moving text, some revolving logo and other related stuff. For this where exactly i need to do the modification(I mean the path and the file name where i should make the changes).
I am customizing Drupal, and I have a designer working on a custom theme for me. Anyway, in the theme, it seems that $content can not be further customized in the theme itself, is that correct ? If not, how can I customize $content ?
Tried posting this on the groups.drupal.org site..but, wasn't able to...it's just a useful reference for those building wireless accessible Drupal sites. I don't use the full toolkit, but I found the references very useful to build a drupal theme that is viewable on PDA & MOBILE phones.
I'll be making that hybrid "anybrowser" theme available soon on drupal.org..but, I thought I would mention the following as a point of reference for anyone Drupalling moble/pda/wireless sites.
Where can I find good, free drupal templates/themes? I've seen the ones here:http://drupal.org/project/Themes, but are there other places to find more?
I downloaded CityLife (or_so_it_is_called) theme by Wildfire from oswd.org http://www.oswd.org/design/preview/id/2881. I need to phptemplate-tize it to work with Drupal, but how?
I read the Creating a New PHPTemplate tutorial here: http://drupal.org/node/11819. It says all I really need to do is copy the page.tpl.php file from another working template, edit it, and I'm good to go (http://drupal.org/node/11812). Problem is, it doesn't give you a clue as to what exactly you are supposed to edit. I assume you should already know.
So, I don't know. Can someone help me?
This is what is in the citylife directory (I copied the page.tpl.php file from antique_modern theme):
It looks like everything it needs is there because when I call it directly I get this very nice page (exactly as it looks here): http://www.oswd.org/design/preview/id/2881
I'm staring at the page.tpl.php page trying to figure out what to do.