10 Dec
2005
10 Dec
'05
12:45 p.m.
Predefined page layouts like in OO Impress ? No, Like in image.module. function theme_image_body($node) { $node->body = '<img ... class="inline preview">' . $node->body return $node; } As in: no interface at all. Just append the image to the body string, on viewm, in a theme function. Its up to the themer to place the image in a nice location, not up to the user to (have to) decide to place the image in the upper right corner for every node. (ooh, imagine the fun when you decide that witha new layout you want them in the bottom left corner, imagine moving ALL the tokens in your body. I get RSI if i only think about this.
Ber --