From 30a7f656165c15a6228824f79ce1454649084070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9munaire?= Date: Sat, 26 Oct 2013 17:42:18 +0200 Subject: [PATCH] Add missing team.tpl page --- onyx/tpl/bootstrap/public/team.tpl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 onyx/tpl/bootstrap/public/team.tpl diff --git a/onyx/tpl/bootstrap/public/team.tpl b/onyx/tpl/bootstrap/public/team.tpl new file mode 100644 index 00000000..f9a9f87f --- /dev/null +++ b/onyx/tpl/bootstrap/public/team.tpl @@ -0,0 +1,16 @@ +{extends file="layout.tpl"} +{block name=content} +

+ {$team->company} +

+ +{/block}