Esempio n. 1
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->locations_title);
 }
Esempio n. 2
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->tools_title);
 }
Esempio n. 3
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->featured_title);
 }
Esempio n. 4
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->subscribe_title);
 }
Esempio n. 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);
 }
Esempio n. 6
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->categories_title);
 }
Esempio n. 7
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->products_title);
 }
Esempio n. 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);
 }
Esempio n. 9
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->review_title);
 }