@ -2,5 +2,7 @@
/body.html -text
/habillage.css -text
/impression.css -text
/inc-theme-copyleft.html -text
lang/theme_wp2010_fr.php -text
/plugin.xml -text
/theme_wp2010.png -text svneol=unset#unset
@ -23,7 +23,8 @@
</div>
<div id="footer">
<div id="colophon"><INCLURE{fond=inclure/pied,env}></div>
<div id="copyleft"><INCLURE{fond=inc-theme-copyleft}></div>
</body>
@ -860,14 +860,17 @@ input[type=submit] {
#footer {
margin-bottom: 20px;
}
#colophon {
#colophon{
border-top: 4px solid #000;
margin-top: -4px;
overflow: hidden;
text-align:center;
padding: 18px 0;
padding-top: 18px;
#copyleft{
padding:9px 0;
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
@ -0,0 +1 @@
<:theme_wp2010:copyleft:>
@ -0,0 +1,10 @@
<?php
/** Fichier de langue de SPIP **/
if (!defined("_ECRIRE_INC_VERSION")) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
'copyleft' =>'Thème ZPIP <i>Wordpress Twenty Ten</i> 2012 <a href="http://www.maieul.net">Maïeul Rouquette</a> d\'après <a href="http://www.wordpress.com">communauté Wordpress</a>, licence <a href="http://www.gnu.org/licenses/gpl.html">GNU/GPL</a>.'
);
?>