diff options
author | Evan Prodromou <evan@status.net> | 2009-11-08 21:23:09 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-08 21:23:09 -0500 |
commit | 76b0e6e6f4151235d5032d1aa90f0937b415bd87 (patch) | |
tree | 47ef20a3cd3d6ef9ace200be56af16d9b3e02965 /lib/noticesection.php | |
parent | 7ee9737ef67fded89fb51602b06c8f77fba97bb1 (diff) | |
parent | f086dddf43a8e1593a615e77c2fdd605623acf49 (diff) |
Merge branch '0.9.x' into adminpanel
Diffstat (limited to 'lib/noticesection.php')
-rw-r--r-- | lib/noticesection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticesection.php b/lib/noticesection.php index b223932ef..24465f8ba 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -114,7 +114,7 @@ class NoticeSection extends Section $att_class = 'attachments'; } - $clip = theme_path('images/icons/clip.png', 'base'); + $clip = Theme::path('images/icons/clip.png', 'base'); $this->out->elementStart('a', array('class' => $att_class, 'style' => "font-style: italic;", 'href' => $href, 'title' => "# of attachments: $count")); $this->out->raw(" ($count "); $this->out->element('img', array('style' => 'display: inline', 'align' => 'top', 'width' => 20, 'height' => 20, 'src' => $clip, 'alt' => 'alt')); |