Downloads
Download tar.gz
10.49 KB
MD5: 905804b7bbb02e9f6085b675f2ceee13
SHA-1: c91609f03b7aac703580b5d8498bd2310c175041
SHA-256: 63588fdd48bf127370c6fac6684823c4440b472d82c153045258f5c0d61762be
Download zip
11.98 KB
MD5: d91932ba822a10a000f0217e8f886a66
SHA-1: 894a6141c3cab8a7ab839a155d187b15f43acf4c
SHA-256: c237e6c2c3641c88e58791d4e1eb7d5908aeba80d41a0e1b9ac4d74133c839c1
Release notes
The node style module is a simple module that allows per-node customisations by overriding PHPTemplate variables.
Example scenarios where this module will be useful:
- If you have a node that you've promoted to the front page, you can disable side bars, submission information and other node and page elements.
- You can inject mark-up into the
<head></head>tags and thereby add styles, JS etc. on a per node basis. - Override the theme on a per-node basis.
N.B. This module works at the theme level and might not necessarily be the most efficient way to accomplish a task.
Ideas on improving this module are welcome.