Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created October 30, 2014 08:50
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/958d8081fd07dc37a846 to your computer and use it in GitHub Desktop.
Save Spoygg/958d8081fd07dc37a846 to your computer and use it in GitHub Desktop.
$main->add_element('ThisPage', array(
'id' => 'default-page-title',
'columns' => 24,
'rows' => 3,
'margin_top' => 3,
'options' => array(
'display' => 'title',
'disable_resize' => false,
'disable_drag' => false
),
'sticky' => true
));
$main->add_element('ThisPage', array(
'id' => 'default-page-content',
'columns' => 24,
'rows' => 20,
'margin_top' => 3,
'options' => array(
'display' => 'content',
'disable_resize' => false,
'disable_drag' => false
),
'sticky' => true
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment