Name

pkit_common_code — Code common across site.

Synopsis

  sub pkit_common_code {
    my $model = shift;

    # code that should be executed for every page on your site here...
  }
     

Description

Code that gets called before the page and component code for every page on the site.