Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 367 Bytes

public_body.rst

File metadata and controls

22 lines (15 loc) · 367 Bytes

public_body

Usage

Allows plugins to hook in to the top of the <body> of public themes. Content added with this hook will appear at the very top of the <body>, outside any other markup on the page.

Arguments

:phpOmeka_View view

The view object

Examples