History: module pagetop_hero
Source of version: 1 (current)
Copy to clipboard
! Module Page Topbar Hero (pagetop_hero) An easy page-top hero section located in Tiki's topbar module zone. !! Usage To use module __Page Topbar Hero__ in a wiki page: {CODE()} {module module="pagetop_hero" description="Item Description" breadcrumbs="Home, Pages" bgimage="" pagetitle="My Page Name" usepagename="y" content_position="topcenter"} {CODE} where: {PLUGINMANAGER(module=pagetop_hero) /} !! Example In the example below we pass in a wiki page the module Page Topbar Hero through the plugin module. So, this code: {CODE()} {module module="pagetop_hero" description="Item Description" content_position="topcenter" usepagename="y"} {CODE} Produces on this site: {module module="pagetop_hero" description="Item Description" content_position="topcenter" usepagename="y"} !! Related Pages {include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}