diff options
| author | 2013-06-15 19:42:02 +0200 | |
|---|---|---|
| committer | 2013-06-15 19:42:02 +0200 | |
| commit | d3078fb726639eed478a2a449b0a9043af04a756 (patch) | |
| tree | d0a848273d0f2ba7ec5908341539ffef055f8368 /app/views/helpers/global_view.phtml | |
| parent | 4bda1d75aec180ee3845f74991f99a99ef2ae062 (diff) | |
Mise en place de la structure pour les différentes vues
Diffstat (limited to 'app/views/helpers/global_view.phtml')
| -rw-r--r-- | app/views/helpers/global_view.phtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/helpers/global_view.phtml b/app/views/helpers/global_view.phtml new file mode 100644 index 000000000..b666fe620 --- /dev/null +++ b/app/views/helpers/global_view.phtml @@ -0,0 +1,5 @@ +<?php +$this->partial ('nav_menu'); +?> + +Non implémenté
\ No newline at end of file |
