function print_free_text(Page p) {
print_comp_header($*free_text_text);
"""$*free_text""";
print_comp_footer();
print_comp_header("Weather");
"""
code for my weather pixie
""";print_comp_footer();
}
If that's wrong please let me know. I already have a theme layer b/c I used the tutorial to add a banner to the top of my layout. What I can't figure out is where in that code that's already there do I insert this new section? I tried just putting it at the bottom but I got errors. I would really appreciate any help. Thanks!!