This commit is contained in:
David Arranz 2011-05-30 17:24:57 +00:00
parent 141075254e
commit 292386c229
9 changed files with 66 additions and 49 deletions

File diff suppressed because one or more lines are too long

BIN
información/contacto.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

BIN
información/fondo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -84,12 +84,12 @@
}
// Add the "Learn More" link to the navigator.
if ( @$woo_options['woo_donate_more'] != 'Select a page:' ) {
/*if ( @$woo_options['woo_donate_more'] != 'Select a page:' ) {
$html .= '<div class="learn-more">' . "\n";
$html .= '<span class="or-text">' . __( 'or', 'woothemes' ) . '</span><!--/.or-text-->' . "\n";
$html .= '<a href="' . get_permalink(get_page_id($woo_options['woo_donate_more'])) . '" class="more-link">' . __( 'Learn More', 'woothemes' ) . '</a>' . "\n";
$html .= '</div><!--/.learn-more-->' . "\n";
}
}*/
$html .= '</div><!--/#slide-navigator.navigation-->' . "\n";

View File

@ -359,7 +359,7 @@ $options[] = array( "name" => "Main Layout",
/* Donate */
$options[] = array( "name" => "Donate",
/*$options[] = array( "name" => "Donate",
"type" => "heading",
"icon" => "layout" );
@ -462,7 +462,8 @@ $options[] = array( "name" => "Learn more page",
"id" => $shortname."_donate_more",
"std" => "Select a page:",
"type" => "select",
"options" => $woo_pages);
"options" => $woo_pages);
*/
/* Dynamic Images */
$options[] = array( "name" => "Dynamic Images",