/**
  * Hook to add in the necessary favicon ViewMeta attribute into the View.
  *
  * The ViewMeta_favicon handles the rest of the magic.
  *
  * @param View $view
  */
 public static function PageHook(View $view)
 {
     $view->addMetaName('favicon', null);
 }