git-svn-id: https://192.168.0.254/svn/Proyectos.AdemasProyectosSolidarios_Web/trunk@7 dac18aa3-6f68-5b46-b19f-13bb96c8fe2c
This commit is contained in:
parent
141075254e
commit
292386c229
106
db/ademas.sql
106
db/ademas.sql
File diff suppressed because one or more lines are too long
BIN
información/contacto.JPG
Normal file
BIN
información/contacto.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
información/fondo.gif
Normal file
BIN
información/fondo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
BIN
información/formulario empresas.JPG
Normal file
BIN
información/formulario empresas.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
información/formulario ong.JPG
Normal file
BIN
información/formulario ong.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
BIN
información/formulario particulares.JPG
Normal file
BIN
información/formulario particulares.JPG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@ -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";
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user