Here is the code ive been us开发者_Python百科ing in my page.tpl.php: <div id=\"beforefooter\">
I am trying to build my own module in Drupal 7. So I have created a simple module called \'moon\' function moon_menu() {
I\'m trying to make Drupal output the body of a particular content type in div tag with certain class name.
I am trying to organize my theme folder, which has node theming overrides for dozens of views.Basically I have two different styles and I want them all to look the same, more or less.
I think in Drupal 6- I needed to add the suggestion of \'node-NID\' to the list of template files that were candidates for a node with an nid of 10. Supposedly this is already done in Drupal 7 and ind
I am using Drupal 7, I am trying to test phptemplate_menu_tree, I created a file named, template.php and add follow开发者_运维技巧ing:
How do I override the theme_table() function of the Drupal core in my theme? I j开发者_如何学Pythonust wrote another function named theme_table() in my template.php file, but the default theme_table()
function theme_comment_thread_expande开发者_高级运维d($comment, $node) { $links = module_invoke_all(\'link\', \'comment\', $comment, 0);
I am trying to theme node page based on content type. Here I tried to follow the instructions as in http://drupal.org/node/249726.
I read about the basic path/template naming in Drupal, but I couldn\'t figure out how to handle dynamic URLs.