
anyway, can you tell me what's wrong with it? it's for an unattatched nav bar...seperated. maybe rounded too which I hope
function page_layout(Page p) {
var string title = $p->title();
var Color header = $*header_bgcolor;
var Color headerMinus5 = $header->darker(50);
var Color headerPlus3 = $header->lighter(30);
var string corner_color =
"/p0"+$headerPlus3->substr(1,6)+"1"+$hea
"""
""";
"""

""";
if (not $*comp_navbar or $*comp_state=="none") {
"""
valign="top">

width="100%">
width="5">


width="5">






""";
print "$*nav_entries_text";
print "$*nav_friends_text";
print "$*nav_calendar_text";
print "$*nav_info_text";
if($p.journal.website_url != "") {
print "$p.journal.website_name";
}
print "Pangs";
print "Reprise";
print "Players";
$p->lay_viewspec_nav(); # prints previous / next links
including arrow images
"""



width="5">


width="5">




""";
}
"""

valign="top">

""";
if ($*comp_state == "left") {
print_my_components($p);
"""

""";
}
print_my_entries($p, $title);
if ($*comp_state == "right") {
"""

""";
print_my_components($p);
}
"""

""";
}