Blocks for themes
This commit is contained in:
parent
e95a4808e6
commit
8624f32e15
|
@ -13,6 +13,11 @@ class Blocks extends dbJSON
|
|||
parent::__construct(DB_BLOCKS);
|
||||
}
|
||||
|
||||
public function get()
|
||||
{
|
||||
return $this->db[$key];
|
||||
}
|
||||
|
||||
// Add a row to the database
|
||||
public function add($args)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue