Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael J Rubinsky (mrubinsk@horde.org)
示例#1
0
 public function __construct(Ansel_View_Gallery $view)
 {
     parent::__construct($view);
     $this->title = _("Standard Gallery");
 }
示例#2
0
 public function __construct(Ansel_View_Gallery $view = null)
 {
     parent::__construct($view);
     $this->title = _("Lightbox Gallery");
 }