Skip to content

Commit

Permalink
Criação do tema Natal Ref.: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaSystem committed May 7, 2024
1 parent abfe88c commit 80dc742
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions themes/MapasNatal/Theme.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

namespace MapasNatal;

use MapasCulturais\App;

class Theme extends \MapasCulturais\Themes\BaseV2\Theme
{

static function getThemeFolder()
{
return __DIR__;
}

function _init()
{
parent::_init();

$app = App::i();

}
}

0 comments on commit 80dc742

Please sign in to comment.