Changes between Version 11 and Version 12 of Doc_Plugins
- Timestamp:
- Nov 12, 2009 11:28:51 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc_Plugins
v11 v12 215 215 $rcmail = rcmail::get_instance(); 216 216 $rcmail->output->set_pagetitle('my_title'); 217 $rcmail->output->send('my template');217 $rcmail->output->send('my_plugin.mytemplate'); 218 218 }}} 219 219
