mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-19 08:09:54 -04:00
Added a show comment form button. Add comment form is revealed when the button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page.
This commit is contained in:
@@ -22,6 +22,7 @@ class Block_Core {
|
||||
public $css_id = null;
|
||||
public $id = null;
|
||||
public $title = null;
|
||||
public $anchor = null;
|
||||
|
||||
public function __toString() {
|
||||
return View::factory("block.html", get_object_vars($this))->__toString();
|
||||
|
||||
Reference in New Issue
Block a user