public function gerenciar()
 {
     set_tema('footerinc', load_JS(array('data-table', 'table')), FALSE);
     set_tema('titulo', 'Registros de auditoria');
     set_tema('conteudo', load_modulo('auditoria', 'gerenciar'));
     load_template();
 }
 public function gerenciar()
 {
     set_tema('footerinc', load_JS(array('data-table', 'table')), FALSE);
     set_tema('titulo', 'Páginas');
     set_tema('conteudo', load_modulo('paginas', 'gerenciar'));
     load_template();
 }
Exemple #3
0
 public function gerenciar()
 {
     set_tema('footerinc', load_JS(array('data-table', 'table')), FALSE);
     set_tema('titulo', 'Listagem de Mídias');
     set_tema('conteudo', load_modulo('midia', 'gerenciar'));
     load_template();
 }
function init_hmtmleditor()
{
    //set_tema('headerinc', load_JS(base_url('htmleditor/tiny_mce.js'), NULL, TRUE), FALSE);
    set_tema('headerinc', load_JS(base_url('htmleditor/jquery.tinymce.js'), NULL, TRUE), FALSE);
    set_tema('headerinc', incluir_arquivo('htmleditor', 'includes', FALSE), FALSE);
}
 public function gerenciar()
 {
     esta_logado();
     set_tema('footerinc', load_JS(array('data-table', 'table')), FALSE);
     set_tema('titulo', 'Listagem de Usuários');
     set_tema('conteudo', load_modulo('usuarios', 'gerenciar'));
     load_template();
 }