}
if ( ! function_exists( 'government_mobile_off_canvas' ) ) {
- function river_mobile_off_canvas() {
+ function government_mobile_off_canvas() {
echo '<ul class="left-off-canvas-list">';
echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo '<h3 class="propertyLabel"> Government </h3>';
'link_after' => '', // after each link text
'depth' => 3, // limit the depth of the nav
'fallback_cb' => false, // fallback function (see below)
- 'walker' => new Feature_Offcanvas_Walker()
+ 'walker' => new Glm_Theme_Off_Canvas_Walker()
));
echo '</ul>';
}
}
if ( ! function_exists( 'chamber_mobile_off_canvas' ) ) {
- function river_mobile_off_canvas() {
+ function chamber_mobile_off_canvas() {
echo '<ul class="left-off-canvas-list">';
echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo '<h3 class="propertyLabel"> Chamber of Commerce </h3>';
'link_after' => '', // after each link text
'depth' => 3, // limit the depth of the nav
'fallback_cb' => false, // fallback function (see below)
- 'walker' => new Feature_Offcanvas_Walker()
+ 'walker' => new Glm_Theme_Off_Canvas_Walker()
));
echo '</ul>';
}
}
if ( ! function_exists( 'visitors_mobile_off_canvas' ) ) {
- function river_mobile_off_canvas() {
+ function visitors_mobile_off_canvas() {
echo '<ul class="left-off-canvas-list">';
echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo '<h3 class="propertyLabel"> Visitor Information </h3>';
'link_after' => '', // after each link text
'depth' => 3, // limit the depth of the nav
'fallback_cb' => false, // fallback function (see below)
- 'walker' => new Feature_Offcanvas_Walker()
+ 'walker' => new Glm_Theme_Off_Canvas_Walker()
));
echo '</ul>';
}
}
if ( ! function_exists( 'economic_mobile_off_canvas' ) ) {
- function river_mobile_off_canvas() {
+ function economic_mobile_off_canvas() {
echo '<ul class="left-off-canvas-list">';
echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo '<h3 class="propertyLabel"> Economic Development </h3>';
'link_after' => '', // after each link text
'depth' => 3, // limit the depth of the nav
'fallback_cb' => false, // fallback function (see below)
- 'walker' => new Feature_Offcanvas_Walker()
+ 'walker' => new Glm_Theme_Off_Canvas_Walker()
));
echo '</ul>';
}