Changes between Version 11 and Version 12 of Doc_Plugins


Ignore:
Timestamp:
Nov 12, 2009 11:28:51 AM (4 years ago)
Author:
valqk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc_Plugins

    v11 v12  
    215215    $rcmail = rcmail::get_instance(); 
    216216    $rcmail->output->set_pagetitle('my_title'); 
    217     $rcmail->output->send('mytemplate'); 
     217    $rcmail->output->send('my_plugin.mytemplate'); 
    218218}}} 
    219219