function landingbox($nombre, $class, $texto, $enlace2, $titulo2) { \r
global $wgExtensionAssetsPath;\r
$nombre = htmlspecialchars( $nombre );\r
- $imagen = "$wgExtensionAssetsPath/HomePageWMES/images/home/" . $nombre . ".png";\r
+ $imagen = "$wgExtensionAssetsPath/HomePageWMES/images/" . $nombre . ".png";\r
$link = "/" . lcfirst( $nombre );\r
$boxname = strtolower( $nombre ) . "_box";\r
\r
global $wgExtensionAssetsPath;\r
$str = '';\r
foreach ( $slideshow as $num => $text) {\r
- $slidepath = "$wgExtensionAssetsPath/HomePageWMES/images/home/slide-$num.jpg"; \r
+ $slidepath = "$wgExtensionAssetsPath/HomePageWMES/images/slide-$num.jpg"; \r
$str .= "<li id=\"slideshow-item-$num\" class=\"slideshow-item\"";\r
if ( $num ) $str .= ' style="display: none"';\r
$str .= ">" .\r
</div>' .\r
'<div class="dm_widget content_landingbox">\r
<div class="dm_widget_inner prensa_box">\r
- <div class="landingbox" style="background: url(/wp-content/themes/wmes-theme/images/home/Prensa.png) repeat 100% 100%; height:81px;width:602px;">' .\r
+ <div class="landingbox" style="background: url(' . "'$wgExtensionAssetsPath/HomePageWMES/images/Prensa.png'" .') repeat 100% 100%; height:81px;width:602px;">' .\r
'<a class="link" href="/blog" title="Blog"><h3 class="landingbox_title">Blog</h3></a>' . \r
'<a class="link landingbox_more" href="/blog" title="Blog"><p>MÁS</p></a>' . \r
'<a class="link" href="/blog" title="Blog"><p class="landingbox_body">Artículos y noticias<br/>sobre conocimiento libre</p></a>' . \r
}
.actividades_box .landingbox_more{
- background: url(http://blog.wikimedia-es.org/wp-content/themes/wmes-theme/images/home/more_blue.png) repeat 100% 100%;
+ background: url(images/more_blue.png) repeat 100% 100%;
color: white;
}
}
.participa_box .landingbox_more{
- background: url(http://blog.wikimedia-es.org/wp-content/themes/wmes-theme/images/home/more_whiteoverred.png) repeat 100% 100%;
+ background: url(images/more_whiteoverred.png) repeat 100% 100%;
color: #900;
}
.participa_box .landingbox_more a{
}
.donar_box .landingbox_more{
- background: url(http://blog.wikimedia-es.org/wp-content/themes/wmes-theme/images/home/more_green.png) repeat 100% 100%;
+ background: url(images/more_green.png) repeat 100% 100%;
color: white;
}
}
.prensa_box .landingbox_more{
- background: url(http://blog.wikimedia-es.org/wp-content/themes/wmes-theme/images/home/more_gray.png) repeat 100% 100%;
+ background: url(images/more_gray.png) repeat 100% 100%;
color: white;
}