¿Nuevo usuario?
Puedes registrarte aquí
 
       
Menú principal
 
 Navegación
Buscar
dpForo
dpFAQ
dpManuales
dpDescargas
dpThemes
Noticias por Temas
Recomiéndanos
Enlaces
Créditos
dzStaffStatus
Miembros:  Administradores
No Conectado  el_cuervo  
No Conectado  Dixso  
Miembros:  Colaboradores
No Conectado  AnyKiller  
No Conectado  nestormateo  
No Conectado  docser  
Miembros:  Moderadores
No Conectado  cardiru  
No Conectado  javiermisol  
Miembros:  Traductores
No Conectado  gnrx  
Miembros:  Miembros:
Ultimo:  Nuevos Hoy: 1
Ultimo:  Nuevos Ayer: 4
Ultimo:  Total: 71810
Ultimo:  Ultimo:
lizcobain
Miembros:  Conectados
Miembros:  Miembros: 0
Invitados:  Invitados: 52
Total:  Total: 52
Miembros:  Miembros Online
No hay miembros conectados
Sponsor
dp-Tools
 Generador de Menús
 Pop-Up Maker
 Generador de Bloques
 Generador de Módulos
Enlázanos


Texto del enlace:


Otros Banners:



Theme creado por
dev-postnuke.com

 Foro dev-postnuke.com
  Postnuke :: Configuración de Themes
  problema xp-style-silver

Bienvenido invitado

Moderado por: el_cuervo, Dixso, AnyKiller, cardiru, javiermisol << Tema anterior   Tema siguiente >>
Imprimir tema
Autor Tema: problema xp-style-silver
phoenix
Enviado: 24/01/2004 a las 15:01
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
Hola waisen y cuervo
antetodo felicidades estais haciendo un gran trabajo

quiero consultaros porque temgo puesto es theme de xp-style
como podeis ver aqui http://phoenix.es.mn
y tengo puestos varios blokes centrales y no me salen en la pag de inicio
como por ejemplo el top descargas
queria saber si eso es asi o tiene alguna solucion
la verdad es que este theme me encanta y es el que mejor se me adacta a la web

muchas gracias de antemano
phoenix Enviar MP WwW


el_cuervo
Enviado: 24/01/2004 a las 16:01
Administrador
Administrador

avatar

Karma: 9 (83 Votos)

Registrado: 12/06/03
Mensajes: 6528

Estado: Desconectado
Ultima visita: 23/07/07
Hay que hacer varias modificaciones en el theme, yo ya las he hecho, te lo puedes descargar de:

http://www.dev-...lver-thm.zip



el_cuervo Enviar MP WwW
phoenix
Enviado: 24/01/2004 a las 17:01
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
siguen sin salir hay que hacer algo mas ademas de sustituir el theme.php del fichero

tengo puesto bloke de banners no sale
tengo lo mas descargado no sale
web links no sale

solo salen las noticias
estoy haciendo algo mal
phoenix Enviar MP WwW
phoenix
Enviado: 06/02/2004 a las 20:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
sigo sin poder poner nada en el centro maestro puedes ayudarme es que me gusta mucho este theme
phoenix Enviar MP WwW
Invitado 
Enviado: 06/02/2004 a las 22:02
Usuario no registrado Pasteame todo el theme.php smile
phoenix
Enviado: 06/02/2004 a las 22:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
hay te va

<?php

/************************************************************/
/* Theme Name: XP-Style-Silver */
/* Theme Developer: B. Mueller (http://www.php-report.de) */
/* 12/01/2002 */
/* */
/* this Theme ist under copyright from php-report.de */
/* if you want to use this Theme, please Contakt us */
/************************************************************/


$bgcolor1 = "#F5F5F5";
$bgcolor2 = "#5276B0";
$bgcolor3 = "#F5F5F5";
$bgcolor4 = "#5276B0";
$textcolor1 = "#000000";
$textcolor2 = "#000000";
$postnuke_theme = true;

/********************************************************/
/* Die Open Table Funktionen */
/********************************************************/

function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\">
\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\">
\n";
}

function CloseTable() {
echo "
\n";
}

function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\">
\n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\">
\n";
}

function CloseTable2() {
echo "
\n";
}

/********************************************************/
/* Nun erst mal das Kopfteil bestehend aus dem Logo, */
/* der Sucheingabe und dee oberen Buttonleiste */
/********************************************************/



function themeheader() {
global $user, $banners, $sitename, $slogan, $cookie, $prefix;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
echo "<body bgcolor=\"#ffffff\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\n\n";
if ($banners) {
include("banners.php");
}

/********************************************************/
/* Das Suchfeld */
/********************************************************/

echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" bgcolor=\"#F5F5F5\">\n"
."\n"
."<td bgcolor=\"#F5F5F5\" width=\"40\">\n"
."<td bgcolor=\"#F5F5F5\" width=\"65%\"><a href=\"index.php\"><img src=\"themes/XP-Style-Silver/images/logo.gif\" alt=\""._WELCOMETO." $sitename\" border=\"0\">\n"

."<td bgcolor=\"#F5F5F5\" align=\"right\" valign=\"middle\">\n"
."<font class=\"content\" color=\"#000000\">\n"
."<form action=\"modules.php\" method=\"post\">\n"
."<form action=\"modules.php\" method=\"post\" style=\"margin:0\">\n"
."<input type=\"hidden\" name=\"name\" value=\"Search\">\n"
."<input type=\"hidden\" name=\"file\" value=\"index\">\n"
."<input type=\"hidden\" name=\"op\" value=\"modload\">\n"
."<input type=\"hidden\" name=\"action\" value=\"search\">\n"
."<input type=\"hidden\" name=\"overview\" value=\"1\">\n"
."<input type=\"hidden\" name=\"active_stories\" value=\"1\">\n"
."<input type=\"hidden\" name=\"bool\" value=\"AND\">\n"
."<input type=\"hidden\" name=\"stories_cat\" value=\"\">\n"
."<input type=\"hidden\" name=\"stories_topics\" value=\"\">\n"
."<input NAME=\"q\" TYPE=\"text\" VALUE=\"\" SIZE=\"20\">\n"
."<input type=\"submit\" value=\"Buscar\">\n"
."\n"
."\n"
."<td bgcolor=\"#F5F5F5\" valign=\"top\" width=\"30\">\n"
."\n"

/********************************************************/
/* Die Begrüssung */
/********************************************************/

."<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" align=\"center\" bgcolor=\"#F5F5F5\">\n"
."\n"
."<td bgcolor=\"#F5F5F5\" colspan=\"1\"><IMG src=\"themes/XP-Style-Silver/images/pixel.gif\" height=\"1\" alt=\"\" border=\"0\" hspace=\"0\">\n"
."\n"
."<tr valign=\"middle\" bgcolor=\"#F5F5F5\">\n"
."<td width=\"150\" align=\"left\" background=\"themes/XP-Style-Silver/images/Buttonleiste/leilinks_2.jpg\" nowrap><font class=\"content\" color=\"#F5F5F5\">\n";
if ($username == "Anonymous") {
echo "  <font color=\"#FFFFFF\"><a href=\"user.php\">Introduce tu Usuario\n";
} else {
echo "  <font color=\"#FFFFFF\"> Bienvenido $username!";
}
echo "<td width=\"19\" background=\"themes/XP-Style-Silver/images/Buttonleiste/leilinks_3.jpg\" nowrap><font class=\"content\" color=\"#F5F5F5\">\n"
."<td width=\"13\" background=\"themes/XP-Style-Silver/images/Buttonleiste/leiteiler-4.jpg\" nowrap><font class=\"content\" color=\"#F5F5F5\">\n"
."<td width=\"23\" background=\"themes/XP-Style-Silver/images/Buttonleiste/lei.jpg\" nowrap><font class=\"content\" color=\"#F5F5F5\">\n";

/********************************************************/
/* Die Buttons */
/********************************************************/

echo "\n"
."<td align=\"center\" height=\"30\" background=\"themes/XP-Style-Silver/images/Buttonleiste/lei.jpg\"><font class=\"content\">\n"
."<A href=\"index.php\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/home.png\" width=\"100\" height=\"30\" border=\"0\">\n"

."<A href=\"modules.php?op=modload&name=Downloads&file=index\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/down.png\" width=\"100\" height=\"30\" border=\"0\">\n"

."<A href=\"modules.php?op=modload&name=PNphpBB2&file=index\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/foro.png\" width=\"100\" height=\"30\" border=\"0\">\n"

."<A href=\"modules.php?op=modload&name=chat&file=index\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/chat.png\" width=\"100\" height=\"30\" border=\"0\">\n"

."<A href=\"modules.php?op=modload&name=Web_Links&file=index\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/links.png\" width=\"100\" height=\"30\" border=\"0\">\n"
."\n"
."\n"
."<td align=\"left\" valign=\"to\" width=\"23\" height=\"30\" background=\"themes/XP-Style-Silver/images/Buttonleiste/lei.jpg\">\n"
."<td align=\"left\" valign=\"to\" width=\"10\" height=\"30\" background=\"themes/XP-Style-Silver/images/Buttonleiste/lei.jpg\">\n"
."<td align=\"left\" valign=\"top\" width=\"23\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/Buttonleiste/taskright_1.jpg\">\n"

/********************************************************/
/* Die Datumsangabe */
/********************************************************/

."<td align=\"middle\" width=\"140\" background=\"themes/XP-Style-Silver/images/Buttonleiste/taskright_2.jpg\"><font class=\"content\">\n"
."<script type=\"text/javascript\">\n\n"
."\n\n"
." \n"
."<td bgcolor=\"#F5F5F5\" background=\"themes/XP-Style-Silver/images/Buttonleiste/taskright_2.jpg\" width=\"1\">\n"
."\n"

/********************************************************/
/* Der Abstandhalter */
/********************************************************/

."<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" bgcolor=\"#E9E8EE\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"185\" height=\"14\" bgcolor=\"#858DA5\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"17\" height=\"14\" background=\"themes/XP-Style-Silver/images/leiste/leiste_1.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" height=\"15\" bgcolor=\"#FFFFFF\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"14\" height=\"14\" bgcolor=\"#FFFFFF\" background=\"themes/XP-Style-Silver/images/block-right/side.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"185\" height=\"14\" bgcolor=\"#FFFFFF\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."\n"
."\n"

/********************************************************/
/* Layoutaufteilung */
/********************************************************/

."\n"
."<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#ffffff\" align=\"center\"><tr valign=\"top\">\n"
."<td bgcolor=\"#858DA5\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\">\n"
."<td bgcolor=\"#858DA5\" width=\"10\" valign=\"top\" background=\"themes/XP-Style-Silver/images/block_left/back.jpg\">\n";
blocks('left');
echo "
<td bgcolor=\"#858DA5\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\">\n"
."<td bgcolor=\"#E9E8EE\" background=\"themes/XP-Style-Silver/images/leiste/leiste_2.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=\"17\" height=\"1\" border=\"0\" alt=\"\">\n"
."<td bgcolor=\"#FFFFFF\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=\"5\" height=\"1\" border=\"0\" alt=\"\">\n"
."<td width=\"100%\">\n";
}

/********************************************************/
/* Beginn der Fußzeile */
/********************************************************/

function themefooter() {
global $index, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $bgcolor5;
if ($index == 1) {
echo "<td background=\"themes/XP-Style-Silver/images/block-right/side.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"><td valign=\"top\" width=\"150\">\n";
blocks('right');

}
echo "<td bgcolor=\"#FFFFFF\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\" width=10 height=1 border=0 alt=\"\">\n"
."\n"
."<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" bgcolor=\"#E9E8EE\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"185\" height=\"14\" bgcolor=\"#858DA5\" background=\"themes/XP-Style-Silver/images/leiste/leiste_8.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"17\" height=\"14\" background=\"themes/XP-Style-Silver/images/leiste/leiste_7.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" height=\"15\" bgcolor=\"#FFFFFF\" background=\"themes/XP-Style-Silver/images/leiste/leiste_8.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"14\" height=\"14\" bgcolor=\"#FFFFFF\" background=\"themes/XP-Style-Silver/images/leiste/leiste_8.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"185\" height=\"14\" bgcolor=\"#FFFFFF\" background=\"themes/XP-Style-Silver/images/leiste/leiste_8.gif\"><img src=\"themes/XP-Style-Silver/images/pixel.gif\">\n"
."\n"
."\n"
."<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#FFFFFF\" align=\"center\">\n"
."<tr align=\"center\">\n"
."<td width=\"100%\" colspan=\"3\">\n";
footmsg();
echo "\n"
."\n";
}

/********************************************************/
/* Beginn des Artikelfeldes */
/********************************************************/

function themeindex ($_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $info, $links, $preformat) {
global $tipath, $anonymous, $timezone;
echo "
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\" width=\"100%\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"25\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_1.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/story/printer_2.gif\" width=\"100%\" height=\"30\">\n"
."   $preformat[catandtitle]\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"78\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_3.gif\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"10\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_4.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/story/printer_5.gif\" width=\"100%\" height=\"30\">\n"
."<font class=\"artikel\" color=\"#000000\" >"._POSTEDBY.": $info[informant] "._ON . " $info[longdate] $timezone ($info[counter] "._READS.")\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_8.gif\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_9.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"top\">\n"
."<td width=\"850\" background=\"themes/XP-Style-Silver/images/story/printer_10.gif\">\n"
."$preformat[searchtopic]\n"
."$info[hometext]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"10\" align=\"right\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_13.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td width=\"24\" height=\"19\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_14.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"bottom\">\n"
."<td width=\"100%\" height=\"19\" background=\"themes/XP-Style-Silver/images/story/printer_16.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."$preformat[notes]\n"
."$preformat[more]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"28\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_17.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"top\">\n"
."<td width=\"24\" height=\"28\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_18.gif\">\n"
."<td width=\"100%\" height=\"28\" background=\"themes/XP-Style-Silver/images/story/printer_19.gif\"> \n"
."<td width=\"78\" height=\"28\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_20.gif\">\n"
."\n"

."\n"

."\n";
}

/********************************************************/
/* Der Artikel wie er angezeigt wird wenn man auf */
/* "mehr" klickt (Artikelgesamtansicht) */
/********************************************************/

function themearticle ($_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $_deprecated, $info, $links, $preformat) {

echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#ffffff\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"25\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_1.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/story/printer_2.gif\" width=\"100%\" height=\"30\">\n"
."  <font class=\"whitebg\">$preformat[catandtitle]\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"78\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_3.gif\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"10\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/story/printer_4.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/story/printer_5.gif\" width=\"100%\" height=\"30\">\n"
."<font class=\"artikel\">"._POSTEDBY.": $info[informant] "._ON." $info[longdate] $timezone ($info[counter] "._READS."";
if (authorised(0, $storyComponent, '::', ACCESS_ADMIN)) {
echo "<font class=\"artikel\"> [ <a href=\"admin.php?op=EditStory&sid=$info[sid]\">"._EDIT." | <a href=\"admin.php?op=RemoveStory&sid=$info[sid]\">"._DELETE." ]

\n";
}
echo "\n"
."<td width=\"10\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_8.gif\">\n"
."\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_9.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"top\">\n"
."<td width=\"800\" background=\"themes/XP-Style-Silver/images/story/printer_10.gif\">\n"
."$preformat[searchtopic]\n"
."$preformat[fulltext]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_13.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td width=\"24\" height=\"19\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_14.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"bottom\">\n"
."<td width=\"100%\" height=\"19\" background=\"themes/XP-Style-Silver/images/story/printer_16.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."$preformat[notes]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"28\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/story/printer_17.gif\"><img src=\"themes/XP-Style-Silver/images/storybox-content-right-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."<tr valign=\"top\">\n"
."<td width=\"24\" height=\"28\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_18.gif\">\n"
."<td width=\"100%\" height=\"28\" background=\"themes/XP-Style-Silver/images/story/printer_19.gif\"> \n"
."<td width=\"78\" height=\"28\" align=\"left\" valign=\"top\"><img src=\"themes/XP-Style-Silver/images/story/printer_20.gif\">\n"
."\n"

."\n\n\n";
}

/********************************************************/
/* Das Layout und die Funktion der linken Blöcke */
/********************************************************/

function themesidebox($block) {
global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $bgcolor5, $block_side;
if($block_side == "l") {
echo "
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"25\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/block_left/printer_1.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/block_left/printer_2.gif\" width=\"140\" height=\"30\">\n"
."<font class=\"option\" color=\"#6477d6\">  $block[title]\n"
."<td align=\"left\" valign=\"top\" width=\"30\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/block_left/printer_3.gif\">\n"
."\n"
."\n"
."\n"
."\n"
."\n\n"
."\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."<tr valign=\"top\">\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/block_left/printer_9.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."<td bgcolor=\"#EFEFEF\" background=\"themes/XP-Style-Silver/images/block_left/printer_10.gif\" width=\"150\" align=\"left\" valign=\"top\">\n"
."<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"155\" bgcolor=\"#EFEFEF\" background=\"themes/XP-Style-Silver/images/block_left/printer_10.gif\">\n"
."\n"
."\n"
."$block[content]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/block_left/printer_13.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."\n"
."<td with=\"10\" height=\"28\" align=\"left\" background=\"themes/XP-Style-Silver/images/block_left/printer_18.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"90\" height=\"28\" background=\"themes/XP-Style-Silver/images/block_left/printer_19.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"75\" height=\"28\" background=\"themes/XP-Style-Silver/images/block_left/printer_20.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"
."\n"
."\n\n\n";

}

/********************************************************/
/* Das Layout und die Funktion der rechten Blöcke */
/********************************************************/
else {
echo "
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n"
."\n"
."<td align=\"left\" valign=\"top\" width=\"25\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/block_right/printer_1.gif\">\n"
."<td align=\"left\" valign=\"middle\" background=\"themes/XP-Style-Silver/images/block_right/printer_2.gif\" width=\"125\" height=\"30\">\n"
."<font class=\"option2\" color=\"#6477d6\">  $block[title]\n"
."<td align=\"left\" valign=\"top\" width=\"30\" height=\"30\"><img src=\"themes/XP-Style-Silver/images/block_right/printer_3.gif\">\n"
."\n"
."\n"
."\n"
."\n"
."\n\n"
."\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."<tr valign=\"top\">\n"
."<td width=\"9\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/block_right/printer_9.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"

."<td bgcolor=\"#FFFFFF\" background=\"themes/XP-Style-Silver/images/block_right/printer_10.gif\" width=\"150\" align=\"left\" valign=\"top\">\n"
."<table border=\"0\" cellpadding=\"5\" cellspacing=\"0\" width=\"150\">\n"
."\n"
."\n"
."<font class=\"boxcontent2\" fontcolor=\"#0C42BC\">$block[content]\n"
."\n"
."\n"
."\n"
."\n"
."<td width=\"10\" align=\"left\" valign=\"top\" background=\"themes/XP-Style-Silver/images/block_right/printer_13.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"

."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"175\">\n"
."\n"
."<td with=\"10\" height=\"28\" align=\"left\" background=\"themes/XP-Style-Silver/images/block_right/printer_18.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"90\" height=\"29\" background=\"themes/XP-Style-Silver/images/block_right/printer_19.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."<td align=\"left\" valign=\"top\" width=\"75\" height=\"29\" background=\"themes/XP-Style-Silver/images/block_right/printer_20.gif\"><img src=\"themes/XP-Style-Silver/images/sidebox-bar-px.gif\">\n"
."\n"
."\n"
."\n\n\n";
}

}

?>
phoenix Enviar MP WwW
el_cuervo
Enviado: 07/02/2004 a las 01:02
Administrador
Administrador

avatar

Karma: 9 (83 Votos)

Registrado: 12/06/03
Mensajes: 6528

Estado: Desconectado
Ultima visita: 23/07/07
¿ y no lo podias haber puesto en un zip para descargar .... ? :P :P



el_cuervo Enviar MP WwW
phoenix
Enviado: 07/02/2004 a las 18:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
como me dijo que lo pasteara pos ala te lo mando en zip? smile smile
phoenix Enviar MP WwW
phoenix
Enviado: 07/02/2004 a las 19:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
por cierto ya te eh mandado el link de mi minibanner lo has recibido?
phoenix Enviar MP WwW
phoenix
Enviado: 08/02/2004 a las 03:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
habeis visto algo en el theme se puede hacer algo o no
phoenix Enviar MP WwW
el_cuervo
Enviado: 08/02/2004 a las 12:02
Administrador
Administrador

avatar

Karma: 9 (83 Votos)

Registrado: 12/06/03
Mensajes: 6528

Estado: Desconectado
Ultima visita: 23/07/07
Pon una descarga en zip, es complicado ver el theme asi.



el_cuervo Enviar MP WwW
phoenix
Enviado: 08/02/2004 a las 16:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
ok
perdona por molestarte tanto

http://portalphoenix.com/descargas/theme.zip
phoenix Enviar MP WwW
el_cuervo
Enviado: 08/02/2004 a las 17:02
Administrador
Administrador

avatar

Karma: 9 (83 Votos)

Registrado: 12/06/03
Mensajes: 6528

Estado: Desconectado
Ultima visita: 23/07/07
Ya tengo hechos los cambios, te lo envio por mail.



el_cuervo Enviar MP WwW
phoenix
Enviado: 08/02/2004 a las 18:02
Forero
Forero

avatar

Karma: 0 (0 Votos)

Registrado: 13/01/04
Mensajes: 157

Estado: Desconectado
Ultima visita: 16/06/05
ok muchas gracias el cuervo va de muerte
se ve todo lo central

gracias de nuevo
phoenix Enviar MP WwW




Powered by pnForum Version 2.6

Inicio  |  dpFaq  |  dpManuales  |  dpDescargas  |  dpThemes  |  Contacta

Web site powered by PostNuke MySQL PHP Postnuke Spain PHP RSSPixel Add to Technorati Favorites

Todos los logos y marcas registradas en este sitio son propiedad de sus respectivos dueños. Los comentarios son propiedad de sus autores, el resto es de este sitio Web (c) 2003, que fue creado con PostNuke, un sistema portal Web escrito en PHP. PostNuke es Software Libre liberado bajo la licencia GNU/GPL.

Dev-CMS.com :: Amplía tus horizontes.

HOSPEDAJE Y DOMINIOS -- Tu Hosting