Anyone here using Drupal for their WiKi? If yes, how did you manage to change the layout of it? Is that even possible?

If not; I would like to propose a Drupal setup change, one that enables us to load the CSS files from the project, rather than: /drupal/..

<style type="text/css" media="all">@import "/drupal/modules/aggregator/aggregator.css";</style> <style type="text/css" media="all">@import "/drupal/modules/node/node.css";</style> <style type="text/css" media="all">@import "/drupal/modules/poll/poll.css";</style>

<style type="text/css" media="all">@import "/drupal/modules/system/defaults.css";</style> <style type="text/css" media="all">@import "/drupal/modules/system/system.css";</style> <style type="text/css" media="all">@import "/drupal/modules/user/user.css";</style> <style type="text/css" media="all">@import "/drupal/files/www/geshifilter/geshifilter-languages-8c8030bd.css";</style> <style type="text/css" media="all">@import "/drupal/sites/all/modules/geshifilter/geshifilter.css";</style> <style type="text/css" media="all">@import "/drupal/sites/all/modules/zmod/zmod.css";</style> <style type="text/css" media="all">@import "/drupal/sites/all/themes/mozdev/style.css";</style> <style type="text/css" media="all">@import "/drupal/sites/all/themes/mozdev/common.css";</style>

This way we can at least control the layout, hoping that the (X)HTML validation errors are not part of the Drupal pages/templates because they just don't seem to validate properly.

Also, is the WiKi TOC generated by Drupal? I mean there is no way going back to the main WiKi page?

Thanks,
/HJ

--
I am HJ and I LIVE STRONG.
Supporter of the Lance Armstrong Foundation
http://www.livestrong.org
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners

Reply via email to