pkit_post_common_code — Code common across site, executed after rest of code.
sub pkit_post_common_code {
my $model = shift;
# code that should be executed for every page on your site here...
}
Code that gets called after the page and component code is executed. Note that this is experimental and may change in future releases.