Add simple tpl for each php
Change the home.css to common.css
This commit is contained in:
parent
d2060ce1b8
commit
868e49c834
11 changed files with 60 additions and 8 deletions
11
onyx/tpl/bootstrap/teams/summary.tpl
Normal file
11
onyx/tpl/bootstrap/teams/summary.tpl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{extends file="layout-nav.tpl"}
|
||||
|
||||
{block name=head}
|
||||
<link href="/css/common.css" rel="stylesheet">
|
||||
{/block}
|
||||
|
||||
{block name=content}
|
||||
<h1>
|
||||
THIS IS SUMMARY
|
||||
</h1>
|
||||
{/block}
|
||||
Reference in a new issue