Last active
August 29, 2015 14:11
-
-
Save RodolfoSilva/a1afccdae835e74180e3 to your computer and use it in GitHub Desktop.
Método tema_config_page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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