theming
Using theme functions in custom module
This is a pretty specific issue which may not have an elegant answer. I want to share a menu across two sites one Drupal and one not. I\'m using a custom module to implement hook_menu_link_alter and w[详细]
2023-02-16 05:54 分类:问答Drupal 7 Template Suggestions
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[详细]
2023-02-14 12:42 分类:问答theming in yii framework
How开发者_如何学编程 can I create base theme and sub theme in yii framework?Take a look at this:[详细]
2023-02-14 11:21 分类:问答Apply Windows Theme to Office Com add-in
For ages, Delphi has supported the Enable runtime themes switch on the Application Settings tab. However, this only works for executables. DLLs are assumed to take over the theming (and other) setings[详细]
2023-02-14 04:53 分类:问答Prepping data for Drupal Views RSS
I\'m using the Views RSS Module and want customize the display a bit more than what\'s available in the views settings. On the Feed Tab in the Feed Style option section I have assigned the Title and D[详细]
2023-02-09 12:33 分类:问答Drupal 7: how to add template file to /node/add/content-type
In Drupal 7. I want to themming /node/add/content-type by template file as page--node--add--content-type.tpl.php.[详细]
2023-02-04 10:06 分类:问答Applying global style across multiple assemblies
My application is composed from quite a few assemblies (\"plug-ins\") that are loaded by a core executable assembly (which doesn\'t contain any controls or windows on it own). Now I want to apply styl[详细]
2023-01-30 14:56 分类:问答get the author posts url link of Author Archive Page in Wordpress
function fix_canonical() { global $paged; if (is_category()) { $catid = get_query_var(\'cat\'); echo \' <link rel=\"canonical\" href=\"\'.get_category_link($catid).\'\" />[详细]
2023-01-23 02:58 分类:问答Easiest CMS to Theme?
I\'m trying to create a theme for a CMS, but it\'s proving nearly impossible, as I have no understanding of PHP or ASP.NET. I can put a site together via CSS and HTML, but I want clients to be able to[详细]
2023-01-11 17:17 分类:问答Custom theming for content type in Drupal
I can apply a custom theme to a certain content type in Drupal by copying the node.tpl.php file and placing the name of my content type right after the \"node\" in the file name and appending an hyphe[详细]
2023-01-06 04:29 分类:问答