Logo white

Administrator / extremepride

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • extremepride
  • views
  • layout.tpl
  • init
    8d65d0ce
    andryeyev authored
    2016-01-27 15:54:16 +0200  
    Browse Code ยป
layout.tpl 272 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{include file="include/head.tpl"}

{include file="include/header.tpl"}

<div class="container">

{*<h1 class="h1_3">{$menu_one.name}</h1>*}
<div class="layout">
{include file=$tpl}
</div>

{include file="include/fotter.tpl"}

</div>


{include file="include/head_end.tpl"}