Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created June 6, 2014 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spoygg/6184efe29aa64aa0d1a7 to your computer and use it in GitHub Desktop.
Save Spoygg/6184efe29aa64aa0d1a7 to your computer and use it in GitHub Desktop.
$main->add_element('PlainTxt', array(
'columns' => 15,
'id' => 'faq-main-module0-PlainTxt',
'rows' => 4,
'margin_top' => 5,
'margin_left' => 2,
'margin_bottom' => 0,
'margin_right' => 0,
'close_wrapper' => false,
'options' => array(
'theme_style' => 'plaintext-stripe-title',
'content' => '<h1>FAQ</h1>',
'has_settings' => 1,
'bg_color_enabled' => array('false'),
'bg_color' => 'false',
'border_enabled' => array('false'),
'border_width' => false,
'border_color' => 'false',
'border_style' => 'false',
'background_color' => 'false'
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment