From 23e15d96622d62243fd8981f68613250861168c1 Mon Sep 17 00:00:00 2001 From: Vladimir Vassilev Date: Tue, 30 Sep 2014 13:32:53 +0300 Subject: [PATCH] registering menus --- functions.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/functions.php b/functions.php index e69de29..d1b7b46 100644 --- a/functions.php +++ b/functions.php @@ -0,0 +1,11 @@ + __( 'Main Menu', 'initfest' ), + 'footer-openfest' => __('OpenFest', 'initfest'), + 'footer-openfest' => __('OpenFest', 'initfest'), + 'footer-schedule' => __('Schedule', 'initfest'), + 'footer-others' => __('Footer Others', 'initfest'), + 'footer-followus' => __('Follow us in:', 'initfest') ) ) +); \ No newline at end of file