Esempio n. 1
0
 public function __construct($type = 'container')
 {
     parent::__construct($type);
     // This is always the starting point of the template
     $this->parent = -1;
     $this->row = 0;
     $this->column = 0;
     $this->order = 0;
 }
 public function __construct($type = 'post-author')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'link')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'post-taxonomy-terms')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'post-image')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'code')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'post-excerpt')
 {
     parent::__construct($type);
 }
Esempio n. 8
0
 public function __construct($type = 'post-content')
 {
     parent::__construct($type);
 }
Esempio n. 9
0
 public function __construct($type = 'custom-field')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'table')
 {
     parent::__construct($type);
     $this->add_style('width', '100%');
 }
 public function __construct($type = 'rows')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'paragraph')
 {
     parent::__construct($type);
 }
 public function __construct($type = 'columns')
 {
     parent::__construct($type);
     $this->add_style('vertical-align', 'top', 'td');
 }