Blocks for themes
This commit is contained in:
parent
8624f32e15
commit
adaa98e1be
|
@ -13,7 +13,7 @@ class Blocks extends dbJSON
|
||||||
parent::__construct(DB_BLOCKS);
|
parent::__construct(DB_BLOCKS);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get()
|
public function get($key)
|
||||||
{
|
{
|
||||||
return $this->db[$key];
|
return $this->db[$key];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue