diff --git a/flag-es.png b/flag-es.png new file mode 100644 index 0000000..121ece1 Binary files /dev/null and b/flag-es.png differ diff --git a/flag-fr.png b/flag-fr.png new file mode 100644 index 0000000..77a861b Binary files /dev/null and b/flag-fr.png differ diff --git a/flag-gb.png b/flag-gb.png new file mode 100644 index 0000000..972ec27 Binary files /dev/null and b/flag-gb.png differ diff --git a/flag-ru.png b/flag-ru.png new file mode 100644 index 0000000..123db43 Binary files /dev/null and b/flag-ru.png differ diff --git a/logo-maintance.png b/logo-maintance.png new file mode 100644 index 0000000..3b87357 Binary files /dev/null and b/logo-maintance.png differ diff --git a/logo-maintance2.png b/logo-maintance2.png new file mode 100644 index 0000000..2e5c8a8 Binary files /dev/null and b/logo-maintance2.png differ diff --git a/nosotros_bg.jpg b/nosotros_bg.jpg new file mode 100644 index 0000000..e997c3e Binary files /dev/null and b/nosotros_bg.jpg differ diff --git a/www/footer.php b/www/footer.php index cbac36b..7102339 100644 --- a/www/footer.php +++ b/www/footer.php @@ -4,7 +4,7 @@ * @subpackage Progressio */ ?> - + @@ -21,14 +21,18 @@ -
+
© 2013 Estudio Jurídico Almagro | Aviso legal | Mapa web | Créditos
- + < ? php echo apply_filters('the_content', wpv_get_option( 'credits' )); ? >
+ * + */ + ?> diff --git a/www/functions.php b/www/functions.php index ad0a267..75202ee 100644 --- a/www/functions.php +++ b/www/functions.php @@ -46,3 +46,25 @@ function the_slug() { $slug = $post_data['post_name']; return $slug; } + +if(!function_exists('_log')){ + function _log( $message ) { + if( WP_DEBUG === true ){ + if( is_array( $message ) || is_object( $message ) ){ + error_log( print_r( $message, true ) ); + } else { + error_log( $message ); + } + } + } +} + + +function register_russian_desk_menus() { + register_nav_menus( + array( + 'russian-desk-menu' => __( 'Russian Desk Menu' ), + ) + ); +} +add_action( 'init', 'register_russian_desk_menus' ); \ No newline at end of file diff --git a/www/header.php b/www/header.php index abf6266..41a25ea 100644 --- a/www/header.php +++ b/www/header.php @@ -166,7 +166,7 @@ * some pages may not have a slider enabled, check for that */ - if( $has_header_slider ): + if( 0 ) : /*$has_header_slider ):*/ $slider_effect = wpv_post_default('slider-effect', 'header-slider-effect'); $slider_style = get_slider_design($slider_effect); diff --git a/www/single.php b/www/single.php index 44efd0e..9536016 100644 --- a/www/single.php +++ b/www/single.php @@ -43,7 +43,9 @@ get_header(); ?> } ?> -
+ + +
@@ -105,7 +105,7 @@ function po_post_image($img_style, $width='full') { $width, - 'height' => wpv_get_option('fullimage-height') + //'height' => wpv_get_option('fullimage-height') ))?>