Aquí es donde incluyo el archivo por si con el me pueden ayudar mejor, gracias.
Código PHP:
Ver original<?php
if(!isset($_GET['page'])) $title = "Fondos de pantalla"; if($_GET['page'] == 1) $title = "Fondos de pantalla";
if($_GET['page'] == 2) $title = "Fondos de escritorio";
if($_GET['page'] == 3) $title = "Fondos gratis";
$query = "SELECT * FROM imagenes WHERE id = ".$_GET['id'];
$title = $contenido["nombre"];
}
echo '<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<title>'.$title.'</title>
</head>
<body>';
echo "<center><table border='0' id='web'>
<tr><td id='logo'><img src='images/screen-128.png' /></td><td><h1>".$title."</h1></td></tr>
<tr><td rowspan='2' id='layout'><br />";
include("showcats.php");
echo "Música";
echo "</td></tr>
<tr><td>";
?>