diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 07:07:11 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-12 07:07:11 +0000 |
commit | 9bbe8053c73c875dca7c838e708a8829a80dacf6 (patch) | |
tree | 8a383b53272123858b46d4100454f086d7e667bb /core/libraries | |
parent | d4875583690dbf8b532427755d76aca33d4c63ae (diff) |
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.
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Block.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/libraries/Block.php b/core/libraries/Block.php index 3689bff0..a57684b5 100644 --- a/core/libraries/Block.php +++ b/core/libraries/Block.php @@ -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(); |