aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/global_view.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 19:42:02 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 19:42:02 +0200
commitd3078fb726639eed478a2a449b0a9043af04a756 (patch)
treed0a848273d0f2ba7ec5908341539ffef055f8368 /app/views/helpers/global_view.phtml
parent4bda1d75aec180ee3845f74991f99a99ef2ae062 (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.phtml5
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