note to self
Nov. 7th, 2004 01:11 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
set text_sidebar_profile = "who am i?";
set text_sidebar_blurb = "poetry";
set text_sidebar_links = "more reading material";
set text_sidebar_summary = "whatcha reading?";
set text_view_recent = "my strange little world";
set text_view_friends = "people i love";
set text_view_archive = "days of the past";
set text_view_userinfo = "it's all about me";
function print_sidebar_blurb ()
{
if ($*sidebar_blurb != "") {
print_sidebar_box($*text_sidebar_blurb,$*sidebar_blurb);
}
}
function print_sidebar() {
var string title = "";
var string body = "";
print_sidebar_userpic();
$title = "who's visiting?";
$body = """
""";
print_sidebar_box($title, $body);
print_sidebar_summary();
print_sidebar_linklist();
print_sidebar_blurb();
print_sidebar_calendar();
}