Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }
Ejemplo 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);
 }