Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| {Context::unloadAllFiles()} | |
| {Context::addCSSFile('./layouts/xe_aaron_layout/bower_components/materialize/dist/css/materialize.css')} | |
| {Context::addCSSFile('./layouts/xe_aaron_layout/bower_components/materialize/templates/parallax-template/css/style.css')} | |
| {Context::addJsFile('./layouts/xe_aaron_layout/bower_components/jquery/dist/jquery.min.js', 'head', 'gte IE 9')} | |
| <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/> | |
| <!--{print_r($mid)}--> | |
| <block cond="$act === 'dispMemberSignUpForm'"> | |
| {@ $_title = "성산한빛교회 > 가입하기" } | |
| </block> | |
| {Context::setBrowserTitle($_title)} | |
| <!-- headers --> | |
| <header> | |
| <include target="header.html"/> | |
| </header> | |
| <!--@if($act == 'dispMemberSignUpForm' || $act == 'dispMemberLoginForm') --> | |
| {$content} | |
| <!--@else--> | |
| <main> | |
| <include target="content.html" cond="$mid === 'index'"/> | |
| </main> | |
| <!--@endif--> | |
| <!-- footer --> | |
| <include target="footer.html"/> | |
| <!-- Scripts--> | |
| <script src="{$layout_info->path}/bower_components/materialize/dist/js/materialize.js"></script> | |
| <script src="{$layout_info->path}/user_layout.js"></script> | |