Skip to content

Instantly share code, notes, and snippets.

@RodolfoSilva
Last active August 29, 2015 14:11
Show Gist options
  • Save RodolfoSilva/a1afccdae835e74180e3 to your computer and use it in GitHub Desktop.
Save RodolfoSilva/a1afccdae835e74180e3 to your computer and use it in GitHub Desktop.
Método tema_config_page
<?php
/**
* Layout do painel
*/
public function theme_config_page()
{
?>
<div class="wrap">
<h2>Configurações do tema</h2>
<p>Pequena descrição sobre o tema e o painel de configurações do tema</p>
</div>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment