- 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" />
|
||||
<![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="/fonts/stylesheet.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
@ -33,3 +33,6 @@
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
|
||||
{lang: 'es'}
|
||||
</script>
|
||||
|
||||
11
_pie.php
11
_pie.php
@ -1,11 +1,18 @@
|
||||
<div id="footer_derecha">
|
||||
<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 id="footer_izquierda">
|
||||
<a href="/">IGNACIO REDONDO FINE ARTS<br />
|
||||
C/ SERRANO 120 <br />
|
||||
28006 MADRID <br />
|
||||
SPAIN</a>
|
||||
SPAIN</a>
|
||||
</div>
|
||||
|
||||
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">
|
||||
<head>
|
||||
<?php include("_cabecera.php"); ?>
|
||||
@ -54,5 +54,26 @@
|
||||
</div>
|
||||
<?php include("_pie.php"); ?>
|
||||
</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>
|
||||
</html>
|
||||
|
||||
@ -389,3 +389,7 @@ ul.miniaturas li span {
|
||||
display:block;
|
||||
position:absolute
|
||||
}
|
||||
|
||||
.plusone {
|
||||
margin: 5px -30px 0 0 !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user