Skip to content

Instantly share code, notes, and snippets.

@viniciusss
Created December 20, 2013 18:25
Show Gist options
  • Save viniciusss/8059124 to your computer and use it in GitHub Desktop.
Save viniciusss/8059124 to your computer and use it in GitHub Desktop.
<?php
$tabs = new MS_View_Tab();
$tabs->addAbas(array(
array(
'titulo' => 'Buscar',
'url' => 'cle_gerenciar_blocos.php',
),
array(
'titulo' => 'Cadastrar',
'url' => '#'
),
array(
'titulo' => 'Cadastrar 2',
'url' => '#',
'ativo' => false
),
));
?>
<html>
<body>
<?php $tabs->render() ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment