Jump to content

Recommended Posts

Posted

Fillow manual I can sent variables only to first column in template.

\IPS\Output::i()->output = \IPS\Theme::i()->getTemplate( 'app1', 'app1_module', 'front' )->newslist($title, (array) $variables);

Is it possible to send it to second column?

Regards,

Posted

What do you mean with the second column? 

If you mean the sidebar, following code should accomplish this:

\IPS\Output::i()->sidebar['contextual'] .= \IPS\Theme::i()->getTemplate( 'app1', 'module' )->sidebartemplate( $yourVariables );
	

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...