"theme.html", 'summary' => "summary.html", //Alternating Summary article templates 'summary1' => "summary1.html", 'summary2' => "summary2.html", // 'article' => "article.html", 'leftblock' => "leftblock.html", 'centerblock' => "centerblock.html", 'rightblock' => "rightblock.html", //Nuclei blocks template file names (*optional) 'area1block' => "area1block.html", 'area2block' => "area2block.html", 'area3block' => "area3block.html", 'area4block' => "area4block.html", 'area5block' => "area5block.html", 'area6block' => "area6block.html", 'area7block' => "area7block.html", 'area8block' => "area8block.html", 'area9block' => "area9block.html", 'topblock' => "topblock.html", 'bottomblock' => "bottomblock.html", ); $block_display = array ( //Display blocks on all pages 'left' => true, 'center' => false, 'right' => true, //Nuclei blocks (*optional) 'area1' => false, 'area2' => false, 'area3' => false, 'area4' => false, 'area5' => false, 'area6' => false, 'area7' => false, 'area8' => false, 'area9' => false, 'top' => false, 'bottom' => false, ); $miscellaneous = array ( //Style sheet, logo image and colors used by modules by default // 'stylesheet' => "solo.css", 'logo' => "", // [logo-image] 'bgcolor1' => "#F5F5F5", // Fondo del área principal [Gris claro] 'bgcolor2' => "#BCCCE0", // Encabezados de tablas [Azulito] 'bgcolor3' => "#E9E8DC", // SubEncabezados de Tabla [kaki] 'bgcolor4' => "#FFFFFF", // [color4] 'textcolor1' => "#000000", // [color5] 'textcolor2' => "#660066", // [color6] ); $custom_block = array ( //Custom themed blocks - configure custom templates (*optional) //These override the standard settings above only for the specific block //Comment out or delete what you don't need 'Main Menu' => "mainmenu.html", // 'Suscripciones' => "suscripciones.htm", // 'Poll' => "poll.html", 'Related links' => "relatedlinks.html", ); // --------------------------------------------------------------Por Solo -CUSTOM PAGE // La variable contenido es el nombre del archivo a mostrar list($module, $func, $op, $name, $file, $type, $contenido,) = pnVarCleanFromInput('module','func','op','name','file','type', 'contenido'); $contenido = "/contenido/".$contenido; if($index != 1) { $custom_module['ideo_html'] = array ( 'area1block' => $contenido, 'area1' => true, 'right' => false, ); } //End if($index != 1) // -------------------------------------------------------------- Fin por Solo //Custom themed modules - configure custom templates, colors, image and block display (*optional) //These override the standard settings above only for the specific module //Comment out or delete what you don't need // //Use the following if statement if you don't want these settings used on your home page if($index != 1) { // $custom_module['News'] = array ( //Module specific template file names 'main' => "theme.html", 'leftblock' => "leftblock.html", 'centerblock' => "centerblock.html", 'rightblock' => "rightblock.html", //Module specific Nuclei blocks template file names (*optional) 'area1block' => "area1block.html", 'area2block' => "area2block.html", 'area3block' => "area3block.html", 'area4block' => "area4block.html", 'area5block' => "area5block.html", 'area6block' => "area6block.html", 'area7block' => "area7block.html", 'area8block' => "area8block.html", 'area9block' => "area9block.html", 'topblock' => "topblock.html", 'bottomblock' => "bottomblock.html", //Block display for this module 'left' => true, // 'center' => false, 'right' => false, //Nuclei blocks (*optional) 'area1' => false, 'area2' => false, 'area3' => false, 'area4' => false, 'area5' => false, 'area6' => false, 'area7' => false, 'area8' => false, 'area9' => false, 'top' => false, 'bottom' => false, //Style sheet, logo image and colors for this module #006699 'stylesheet' => "", 'logo' => "thenews.gif", // [logo-image] 'bgcolor1' => "#D4E1AE", // [color1] 'bgcolor2' => "#99CC00", // [verde] 'bgcolor3' => "#D4E1AE", // [color3] 'bgcolor4' => "#FFFFFF", // [color4] 'textcolor1' => "#000000", // [color5] 'textcolor2' => "#660066", // [color6] ); } //End if($index != 1) $custom_module['Downloads'] = array ( 'logo' => "downloads.gif", // [logo-image] 'right' => true, ); $custom_module['Web_Links'] = array ( 'right' => true, ); ?>