diff --git a/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.mo b/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.mo index 0072e80d..1e7b99e9 100644 Binary files a/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.mo and b/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.mo differ diff --git a/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.po b/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.po index 77f19646..5ad4def0 100644 --- a/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.po +++ b/src/wp-content/plugins/gravityforms/languages/gravityforms-es_ES.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: GravityForms es_ES\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-06-03 18:59-0400\n" -"PO-Revision-Date: 2011-10-10 18:12+0100\n" +"PO-Revision-Date: 2011-10-10 21:17+0100\n" "Last-Translator: \n" "Language-Team: Carmary \n" "MIME-Version: 1.0\n" @@ -2479,12 +2479,12 @@ msgstr "" #: C:\Users\acancado\Rocketgenius\Sites\wp3\wp-content\plugins\gravityforms\common.php:2252 #: C:\Users\acancado\Rocketgenius\Sites\wp3\wp-content\plugins\gravityforms\form_display.php:372 msgid "of" -msgstr "" +msgstr "de" # #: C:\Users\acancado\Rocketgenius\Sites\wp3\wp-content\plugins\gravityforms\common.php:2252 msgid "max characters" -msgstr "Maximale Zeichenanzahl" +msgstr "carácteres máximos" #: C:\Users\acancado\Rocketgenius\Sites\wp3\wp-content\plugins\gravityforms\common.php:2422 #: C:\Users\acancado\Rocketgenius\Sites\wp3\wp-content\plugins\gravityforms\form_detail.php:1315 diff --git a/src/wp-content/themes/lqdvi/pasarela_tpv.php.php b/src/wp-content/themes/lqdvi/pasarela_tpv.php similarity index 95% rename from src/wp-content/themes/lqdvi/pasarela_tpv.php.php rename to src/wp-content/themes/lqdvi/pasarela_tpv.php index 6cdae893..03ea1b34 100644 --- a/src/wp-content/themes/lqdvi/pasarela_tpv.php.php +++ b/src/wp-content/themes/lqdvi/pasarela_tpv.php @@ -34,8 +34,8 @@ function llamar_pasarela_amigo($entry) { $datos['moneda'] = '978'; //euros $datos['transaction_type'] = '0'; $datos['producto'] = 'Aportacion LQDVI'; - $datos['URLOK'] = $datos['url_comercio'].'/quieres-ser-amigo/gracias-por-ser-nuestro-amigo/'; - $datos['URLKO'] = $datos['url_comercio'].'/quieres-ser-amigo/se-ha-producido-un-error/'; + $datos['URLOK'] = $datos['url_comercio'].'/web/quieres-ser-amigo/gracias-por-ser-nuestro-amigo/'; + $datos['URLKO'] = $datos['url_comercio'].'/web/se-ha-producido-un-error/'; // Convertir la cantidad $datos['cantidad'] = ereg_replace("[^0-9]", "", $entry[19]); @@ -87,8 +87,8 @@ function llamar_pasarela_socio($entry) { $datos['terminal'] = '1'; $datos['num_orden'] = date('ymdHis'); $datos['moneda'] = '978'; //euros - $datos['URLOK'] = $datos['url_comercio'].'/quieres-ser-amigo/gracias-por-ser-nuestro-socio/'; - $datos['URLKO'] = $datos['url_comercio'].'/quieres-ser-amigo/se-ha-producido-un-error/'; + $datos['URLOK'] = $datos['url_comercio'].'/web/quieres-ser-amigo/gracias-por-ser-nuestro-socio/'; + $datos['URLKO'] = $datos['url_comercio'].'/web/se-ha-producido-un-error/'; // Convertir la cantidad $cuota = explode("|", $entry[9]); //<- formato: frecuencia_ano|cantidad_euros diff --git a/src/wp-content/themes/lqdvi/template-colaboradores.php b/src/wp-content/themes/lqdvi/template-colaboradores.php index dbae4742..46380f9a 100644 --- a/src/wp-content/themes/lqdvi/template-colaboradores.php +++ b/src/wp-content/themes/lqdvi/template-colaboradores.php @@ -1,241 +1,282 @@ ID); /** - * Get current page id - * */ -if (!isset($current_page_id) && isset($page->ID)) { +* Get current page id +**/ + +if(!isset($current_page_id) && isset($page->ID)) +{ $current_page_id = $page->ID; } +if(!isset($hide_header) OR !$hide_header) +{ + get_header(); +} + +$page_style = get_post_meta($current_page_id, 'page_style', true); +$page_sidebar = get_post_meta($current_page_id, 'page_sidebar', true); $caption_style = get_post_meta($current_page_id, 'caption_style', true); +$id_category = get_post_meta($current_page_id, 'id_category', true); -if (empty($caption_style)) { - $caption_style = 'Title & Description'; +if(empty($caption_style)) +{ + $caption_style = 'Title & Description'; } -if (!isset($hide_header) OR !$hide_header) { - ?> -
-
- +if(!isset($add_sidebar)) +{ + $add_sidebar = FALSE; +} -
-

-
- -
-

-
- -
-

-
-
- -
- +$pp_title = get_option('pp_blog_title'); -
+if(empty($pp_title)) +{ + $pp_title = 'Blog'; +} -
-
+if(!isset($hide_header) OR !$hide_header) +{ +?> - -
+
+
+ + +
+

+
+ +
+

+
+ +
+

+
+
+ +
+ +
+
+
-
- -

- +
+ +
+ + +

+ + + + + + + + + + + + + +
+ + +
+ +
+ + + +
+ + + + + + + + + + $captura_items, - 'order' => $captura_sort, - 'orderby' => 'date', - 'post_type' => array('capturas'), - 'offset' => $offset, -); - -$page_photo_arr = get_posts($args); - - -//Get all portfolio items for paging - -$args = array( - 'numberposts' => -1, - 'order' => $captura_sort, - 'orderby' => 'date', - 'post_type' => array('capturas'), -); - -$all_photo_arr = get_posts($args); -$total = count($all_photo_arr); - -if (isset($page_photo_arr) && !empty($page_photo_arr)) { - ?> - - $captura_item) { - - $image_url = ''; - - if (has_post_thumbnail($captura_item->ID, 'large')) { - $image_id = get_post_thumbnail_id($captura_item->ID); - $image_url = wp_get_attachment_image_src($image_id, 'large', true); - //$image_url[0] = cleanSource($image_url[0]); - - $small_image_url = get_bloginfo('stylesheet_directory') . '/timthumb.php?src=' . cleanSource($image_url[0]) . '&h=' . $pp_capturas_img_height . '&w=' . $pp_capturas_img_width . '&zc=1'; - - $permalink_url = get_permalink($captura_item->ID); - - $titulo = _($captura_item->post_title); - $texto = pp_substr(strip_tags(strip_shortcodes($captura_item->post_content)), 50); - - if ($texto != "") { - $texto = " " . $texto; - } - - - $last_class = ''; - $line_break = ''; - if (($key + 1) % $captura_items == 0) { - $last_class = ' last'; - - if (isset($page_photo_arr[$key + 1])) { - $line_break = '



'; - } else { - $line_break = '
'; - } - } - ?> -
- -
- - - - - ID); - - echo gen_pagination($total, $current_page, $base_link, TRUE, $captura_items); - } - //End if have portfolio items - ?> - - -
- - -


- -
- - - -
- - - - - \ No newline at end of file +?>