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
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
How开发者_如何学编程 can I create base theme and sub theme in yii framework?Take a look at this:
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
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
In Drupal 7. I want to themming /node/add/content-type by template file as page--node--add--content-type.tpl.php.
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
function fix_canonical() { global $paged; if (is_category()) { $catid = get_query_var(\'cat\'); echo \' <link rel=\"canonical\" href=\"\'.get_category_link($catid).\'\" />
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
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