server/onyx/tpl/bootstrap/public/score.tpl
2013-11-08 15:47:55 +01:00

10 lines
162 B
Smarty

{extends file="layout.tpl"}
{block name=head}
<link href="/css/score.css" rel="stylesheet">
{/block}
{block name=content}
{include file="summary.tpl"}
{/block}