if ($p.view=="recent") {
# print the component header, and start it off like a normal entry component with no usericons or journal names
"""<div style="width: $k1Swidth;">""";
print_system_box_top();
print_content_top();
# print the content of the custom component - eg. my welcome note. You can put whatever html you want here as long
# as it's properly tagged and encompassed by the """ and """;
"""something will go here...eventually""";
# close off the component and place a spacer.
print_content_bottom();
print_system_box_bottom();"""</d iv>""";
}
It's probably ridiculously simple, but I just plain don't know how to do it :(