SproutCMS

This is the code documentation for the SproutCMS project

function injectPageSkin()

Inject page details -- title and browser title -- into a skin view

Usage

void Page::injectPageSkin ( View $skin , array $page );

Arguments

  1. View $skin
    Skin view to inject details into
  2. array $page
    Page to pull details from

Return value

  • void