[support] Separately editable page sections?

Fred Jones fredthejonester at gmail.com
Thu Sep 4 08:59:03 UTC 2008


> I might like that--will have to investigate it some.  Have not used PHP to
> manipulate aspects of drupal, only to run custom stuff of mine integrated
> into nodes.

very simple, like:

<div id="x">
<?php
$n = node_load(34);
print $n->body;
?>
</div>

Something like that. One for each node. :)


More information about the support mailing list