- Botón +1 de Google
- Código para página de conversión en "Contacto". git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@34 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
This commit is contained in:
parent
888fc40788
commit
e5857f934d
@ -9,7 +9,7 @@
|
|||||||
<link rel="stylesheet" media="all" type="text/css" href="/menu_ie6.css" />
|
<link rel="stylesheet" media="all" type="text/css" href="/menu_ie6.css" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link href="http://fonts.googleapis.com/css?family=Quattrocento:regular" rel="stylesheet" type="text/css" >
|
<link href="http://fonts.googleapis.com/css?family=Quattrocento:regular" rel="stylesheet" type="text/css" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css' />
|
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css' />
|
||||||
<link href="/fonts/stylesheet.css" rel="stylesheet" type="text/css" />
|
<link href="/fonts/stylesheet.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
@ -33,3 +33,6 @@
|
|||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
|
||||||
|
{lang: 'es'}
|
||||||
|
</script>
|
||||||
|
|||||||
9
_pie.php
9
_pie.php
@ -1,6 +1,13 @@
|
|||||||
<div id="footer_derecha">
|
<div id="footer_derecha">
|
||||||
<a href="/">Ignacio Redondo Fine Arts 2011</a> <span class="separador">|</span>
|
<a href="/">Ignacio Redondo Fine Arts 2011</a> <span class="separador">|</span>
|
||||||
<a href="/aviso-legal.php">Aviso legal</a>
|
<a href="/aviso-legal.php">Aviso legal</a><br/>
|
||||||
|
|
||||||
|
<div id="plusone-div" class="plusone"></div>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
gapi.plusone.render('plusone-div',{"size": "medium", "expandTo": "left", "count": "true", "href": "http://www.irfinearts.com"});
|
||||||
|
</script>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer_izquierda">
|
<div id="footer_izquierda">
|
||||||
|
|||||||
23
contacto.php
23
contacto.php
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<?php include("_cabecera.php"); ?>
|
<?php include("_cabecera.php"); ?>
|
||||||
@ -54,5 +54,26 @@
|
|||||||
</div>
|
</div>
|
||||||
<?php include("_pie.php"); ?>
|
<?php include("_pie.php"); ?>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Google Code for Contacto Conversion Page -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* <![CDATA[ */
|
||||||
|
var google_conversion_id = 1025698930;
|
||||||
|
var google_conversion_language = "es";
|
||||||
|
var google_conversion_format = "3";
|
||||||
|
var google_conversion_color = "ffffff";
|
||||||
|
var google_conversion_label = "D10fCObitwIQ8tiL6QM";
|
||||||
|
var google_conversion_value = 0;
|
||||||
|
if (1,0) {
|
||||||
|
google_conversion_value = 1,0;
|
||||||
|
}
|
||||||
|
/* ]]> */
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
|
||||||
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<div style="display:inline;">
|
||||||
|
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1025698930/?value=1,0&label=D10fCObitwIQ8tiL6QM&guid=ON&script=0"/>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -389,3 +389,7 @@ ul.miniaturas li span {
|
|||||||
display:block;
|
display:block;
|
||||||
position:absolute
|
position:absolute
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plusone {
|
||||||
|
margin: 5px -30px 0 0 !important;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user