Help for this page

Select Code to Download


  1. or download this
    $page->{...}{'toolbar'}{'standard'} = $toolbar->{'standard'};
    
  2. or download this
    # $struct->{'toolbar'}{'standard'} does not exist at
    # this point.  $struct->{'toolbar'} may or may not exist
    $struct->{'page'}{...}{'toolbar'}{'standard'} = $struct->{'toolbar'}{'
    +standard'};