コード例 #1
0
ファイル: locations.php プロジェクト: Wildboard/WbWebApp
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->locations_title);
 }
コード例 #2
0
ファイル: tools.php プロジェクト: zhangkom/openclassifieds2
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->tools_title);
 }
コード例 #3
0
ファイル: featured.php プロジェクト: Wildboard/WbWebApp
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->featured_title);
 }
コード例 #4
0
ファイル: subscribers.php プロジェクト: Wildboard/WbWebApp
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->subscribe_title);
 }
コード例 #5
0
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->currency_title);
 }
コード例 #6
0
ファイル: categories.php プロジェクト: Wildboard/WbWebApp
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->categories_title);
 }
コード例 #7
0
ファイル: products.php プロジェクト: Ryanker/open-eshop
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->products_title);
 }
コード例 #8
0
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->languages_title);
 }
コード例 #9
0
ファイル: reviews.php プロジェクト: Ryanker/open-eshop
 /**
  * get the title for the widget
  * @param string $title we will use it for the loaded widgets
  * @return string 
  */
 public function title($title = NULL)
 {
     return parent::title($this->review_title);
 }