pkit_default — Default class method
sub pkit_default { # class default code here ... }
Class method called for every page in the same class which has page code and/or content. It is called after pkit_common_code and before page code.
NOTE: currently this is the only pkit_* method which can exist outside Common.pm