Ciao a tutti!!
Ho un problema con il mio sito http://srdesign.altervista.org/
infatti mi da questo errore appena voglio cercare di entrare nel sito! :
Fatal error: Call to undefined function: getgallerytitle() in /membri/srdesign/index.php on line 84
Stavo aggiungendo semplicemente nell'index del tema il player per la musica . Appena ho fatto salva il codice mi ha dato subito quell'errore! Allora lo rimesso come prima però da sempre lo stesso errore!
Come faccio a correggerlo!?!?
Grazie 1000 in anticipo!
IL CODICE INDEX.PHP DEL SITO è :
Codice PHP:
<!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" xml:lang="en" lang="en">
<head><a href="http://srdesign.altervista.org/"><img src="http://i41.tinypic.com/2ko9qs.jpg"></a>
<title>SR DESIGN</title>
<link rel="stylesheet" href="<?= $_zp_themeroot ?>/css/master.css" type="text/css" />
<script type="text/javascript">var themeroot = '<?= $_zp_themeroot ?>';</script>
<head>
<style type="text/css">
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
</style>
<script type="text/javascript" src="expando.js">
/* Expando Image Script ©2008 John Davenport Scheuer
as first seen in [url]http://www.dynamicdrive.com/forums/[/url]
username: jscheuer1 - This Notice Must Remain for Legal Use
prelevato ed illustrato su [url]www.web-linki.it[/url] alla voce scripting
*/
</script>
</head>
<head>
<script language="JavaScript" type="text/javascript">
<!--
// Prelevato e spiegato su: [url]http://www.web-link.it[/url]
function showFilled(Value) {
return (Value > 9) ? "" + Value : "0" + Value;
}
function StartClock24() {
TheTime = new Date;
document.clock.showTime.value = showFilled(TheTime.getHours()) + ":" + showFilled(TheTime.getMinutes()) + ":" + showFilled(TheTime.getSeconds());
setTimeout("StartClock24()",1000)
}
//-->
</script>
<style type="text/css">
<!--
.input { border-style: black;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10pt;
color : blue;
}
-->
</style>
</head>
</head><p><em>Benvenuti nella mia galleria <strong>SR DESIGN </strong>!!!!!!!!!!
Per Contatti e Informazioni : [email]h3inz@hotmail.it[/email] su Facebook : Besana Fabrizio --
Ronchetti Simone </strong></em></p>
<body class="index"><body onLoad="StartClock24()">
<br />
<script type="text/javascript">
//<![CDATA[
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "ffffff";
google_color_url = "3288DE";
google_color_text = "aaaaaa";
//]]>
</script>
<!-- alterbanner_728X90_start --><div class="alterbanner_728X90_off"> </div><!-- alterbanner_728X90_end -->
<div id="path">
[COLOR="SeaGreen"]//SE HO CAPITO BENE DAL MESSAGGIO MI DA ERRORE ALLA LINEA 84,QUINDI QUI! [/COLOR]
[COLOR="Red"]<p><!--<?php echo getGalleryTitle(); ?>--></p>[/COLOR]
</div>
<head>
// IL CODICE VA AVANTI MA NN ME LO FA SPEDIRE PERCHè è TROPPO LUNGO