diff options
Diffstat (limited to 'generator/after-bake/src/Template/Adherents')
-rw-r--r-- | generator/after-bake/src/Template/Adherents/edit.ctp | 4 | ||||
-rw-r--r-- | generator/after-bake/src/Template/Adherents/index.ctp | 4 | ||||
-rw-r--r-- | generator/after-bake/src/Template/Adherents/view.ctp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/generator/after-bake/src/Template/Adherents/edit.ctp b/generator/after-bake/src/Template/Adherents/edit.ctp index 388484c..3ab0194 100644 --- a/generator/after-bake/src/Template/Adherents/edit.ctp +++ b/generator/after-bake/src/Template/Adherents/edit.ctp @@ -1,4 +1,4 @@ -<% +<?php /** * Copyright 2016 Ludovic Pouzenc <ludovic@pouzenc.fr> * Copyright 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with CHD Gestion. If not, see <http://www.gnu.org/licenses/>. **/ -%> +?> <nav class="large-2 medium-3 columns" id="actions-sidebar"> <ul class="side-nav"> <li class="heading"><?= __('Actions') ?></li> diff --git a/generator/after-bake/src/Template/Adherents/index.ctp b/generator/after-bake/src/Template/Adherents/index.ctp index 3a5fbaf..1eed6e4 100644 --- a/generator/after-bake/src/Template/Adherents/index.ctp +++ b/generator/after-bake/src/Template/Adherents/index.ctp @@ -1,4 +1,4 @@ -<% +<?php /** * Copyright 2016 Ludovic Pouzenc <ludovic@pouzenc.fr> * Copyright 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with CHD Gestion. If not, see <http://www.gnu.org/licenses/>. **/ -%> +?> <nav class="large-2 medium-3 columns" id="actions-sidebar"> <ul class="side-nav"> <li class="heading"><?= __('Actions') ?></li> diff --git a/generator/after-bake/src/Template/Adherents/view.ctp b/generator/after-bake/src/Template/Adherents/view.ctp index 74b6326..d986c5b 100644 --- a/generator/after-bake/src/Template/Adherents/view.ctp +++ b/generator/after-bake/src/Template/Adherents/view.ctp @@ -1,4 +1,4 @@ -<% +<?php /** * Copyright 2016 Ludovic Pouzenc <ludovic@pouzenc.fr> * Copyright 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License * along with CHD Gestion. If not, see <http://www.gnu.org/licenses/>. **/ -%> +?> <nav class="large-2 medium-3 columns" id="actions-sidebar"> <ul class="side-nav"> <li class="heading"><?= __('Actions') ?></li> |