Changeset 464:e6b2db1d228a for plugins/attachments/_public.php
- Timestamp:
- 07/01/11 09:20:53 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_public.php
r415 r464 195 195 } 196 196 197 public function MediaURL($attr)197 public static function MediaURL($attr) 198 198 { 199 199 $f = $GLOBALS['core']->tpl->getFilters($attr); … … 209 209 > 210 210 */ 211 public function EntryAttachmentCount($attr)211 public static function EntryAttachmentCount($attr) 212 212 { 213 213 $none = 'no attachment';
Note: See TracChangeset
for help on using the changeset viewer.