Horde_Core_Smartmobile_View_Helper
extends Horde_View_Helper_Base
in package
View helper class for smartmobile pages.
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Methods
- smartmobileHeader() : string
- Output the title bar.
Methods
smartmobileHeader()
Output the title bar.
public
smartmobileHeader([array<string|int, mixed> $params = array() ]) : string
Parameters
- $params : array<string|int, mixed> = array()
-
A list of parameters:
- backlink: (mixed) Show backlink. If an array, first is URL to link to, second is label. If true, shows a basic Back link.
- logout: (boolean) If true, show logout link.
- portal: (boolean) If true, show portal link.
- taptoggle: (boolean) Enable tap-toggle?
- title: (string) If given, used as the title.
Return values
string —Generated HTML code.