Changeset 413:9128e2f6085b for plugins/tags
- Timestamp:
- 06/24/11 15:25:24 (14 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r407 r413 45 45 $core->addBehavior('templateBeforeBlock',array('behaviorsTags','templateBeforeBlock')); 46 46 $core->addBehavior('tplSysIfConditions',array('behaviorsTags','tplSysIfConditions')); 47 $core->addBehavior('publicBeforeDocument',array('behaviorsTags','addTplPath')); 47 48 48 49 class behaviorsTags … … 83 84 } 84 85 } 86 87 public static function addTplPath($core) 88 { 89 $core->tpl->setPath($core->tpl->getPath(), dirname(__FILE__).'/default-templates'); 90 } 91 85 92 } 86 93
Note: See TracChangeset
for help on using the changeset viewer.