By TheEdge on
G'Day,
- I am new to Drupal but not to LAMP
- I want to know how I:
1) Use a different site template (incl. CSS) for a) Administration b) Authenticated Users c) Non authenticated users
2) How to associate a template with a particular node
TIA
Comments
Check the handbook tab for
Check the handbook tab for phptemplate stuff.
--
Drupal consultancy
--
Ixis (UK): Drupal support, Drupal hosting.
see phptemplate doc
phptemplate doc
drupal-france.lxs-cms.com
Help with this...
Sorry to jump in here, but thought it better than starting a new thread on the exact same subject :) So i have looked at the options we have to do this.
1/ http://drupal.org/node/17565
2/ http://drupal.org/node/23348
3/ sections module
For my situation, i need certain nodes to have a different style.css file included. Looking at the code below (from option 2 above)...
Can someone explain, if i need just one set of path aliases to have a different style added (ie parenttopic/*)...how would i do this with the above code?