@@ -46,17 +46,13 @@ |
||
| 46 | 46 | |
| 47 | 47 | if (is_page_geodir_home() || geodir_is_page('location')) { |
| 48 | 48 | add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_home_top', 8); |
| 49 | - } |
|
| 50 | - elseif (geodir_is_page('listing')) { |
|
| 49 | + } elseif (geodir_is_page('listing')) { |
|
| 51 | 50 | add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_listings_top', 8); |
| 52 | - } |
|
| 53 | - elseif (geodir_is_page('detail')) { |
|
| 51 | + } elseif (geodir_is_page('detail')) { |
|
| 54 | 52 | add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_detail_top', 8); |
| 55 | - } |
|
| 56 | - elseif (geodir_is_page('search')) { |
|
| 53 | + } elseif (geodir_is_page('search')) { |
|
| 57 | 54 | add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_search_top', 8); |
| 58 | - } |
|
| 59 | - elseif (geodir_is_page('author')) { |
|
| 55 | + } elseif (geodir_is_page('author')) { |
|
| 60 | 56 | add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_author_top', 8); |
| 61 | 57 | } |
| 62 | 58 | |