override

Drupal 6 equivalent of stylesheets-override[]

  1. function phptemplate_preprocess_page(&$vars) {
  2.   // Override system.css with theme version, but keep its position.
  3.   // So much to stylesheets-override[] .info property being needless...
  4.   // @see

Simplenews email with links to attachments

  1. // This code allows one to override the default email output generated by the Simple News module.
  2. // This was specifically designed to allow for the inclusion of links for attachments, as the default

Fix for Simplenews email with links to attachments

  1. // This code allows one to override the default email output generated by the Simple News module.
  2. // This was specifically designed to allow for the inclusion of links for attachments, as the default

customize menus by theme override

  1.  This code snippet I took  from internet services 2 theme, they use it to change primary links
  2.  now I want to customize my menu in the same way
Syndicate content