Downloads
Download tar.gz
10.35 KB
MD5: ad754cfecf32f8de231970f65d3ab6f3
SHA-1: 2556b27d5a3dc5eab4c947fb604d05aa9c02586d
SHA-256: b7a0d2a5d3dd24bd9cf12efe5ab9d5458617356cc7d039af4bc95ca3f28af671
Download zip
11.62 KB
MD5: c811b14f7e1c9ff60e9a0b9f829f463d
SHA-1: 19dec9b408973dcbd0ef3eeb29aa59b3ac86a450
SHA-256: 93e747ea461878f1416d7cfae9582e8c8b7c84888e85b545a5183fb452c7fd38
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.