+
+
+
diff --git a/hangar/library/widgetized-sidebars.php b/hangar/library/widgetized-sidebars.php
index 0c722bb..558c402 100644
--- a/hangar/library/widgetized-sidebars.php
+++ b/hangar/library/widgetized-sidebars.php
@@ -7,7 +7,7 @@ function ari_widgets_init() {
register_sidebar( array(
'name' => __( 'Primary Widget Area', 'hangar' ),
'id' => 'primary-widget-area',
- 'description' => __( 'Here you can put one or two of your main widgets (like an intro text, your page navigation or some social site links) in your left sidebar. The sidebar is fixed, so the widgets content will always be visible, even when scrolling down the page.', 'ari' ),
+ 'description' => __( 'Here you can put all the widget elements to be shown in the left side menu.', 'ari' ),
'before_widget' => '',
'after_widget' => ' ',
'before_title' => '',
- 'after_widget' => ' ',
- 'before_title' => '
diff --git a/hangar/index.php b/hangar/index.php
index eaeb6a7..92db298 100644
--- a/hangar/index.php
+++ b/hangar/index.php
@@ -10,6 +10,12 @@