Skip to content

Instantly share code, notes, and snippets.

@Blair2004
Created August 10, 2018 01:00
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 Blair2004/45d75eb227f183970fcc9684f059a815 to your computer and use it in GitHub Desktop.
Save Blair2004/45d75eb227f183970fcc9684f059a815 to your computer and use it in GitHub Desktop.
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$this->Gui->col_width(1, 4);
$this->Gui->add_meta( array(
'col_id' => 1,
'namespace' => 'helloworld',
'type' => 'unwrapped'
) );
$this->Gui->add_item( array(
'type' => 'dom',
'content' => '<h1>Hello World</h1>
), 'helloworld', 1 );
$this->Gui->output();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment