\Horde_Core_Smartmobile_View_Helper

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.

Summary

Methods
Properties
Constants
smartmobileHeader()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

smartmobileHeader()

smartmobileHeader(array  $params = array()) : string

Output the title bar.

Parameters

array $params

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.

Returns

string —

Generated HTML code.