Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
 /**
  * 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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }
Example #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);
 }