1
Joomla! 1.5 / Re: Creare una pagina e un Blog!
« il: 04 Ott 2008, 22:42:14 »
Ci sono riuscito!!
Invece per i blog? Non avete plugin magari dove li trovo?
Invece per i blog? Non avete plugin magari dove li trovo?
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
Warning: dmMainFrame::include_once(/home/pkpp/public_html/administrator/components/com_docman/language/english.common.php) [function.dmMainFrame-include-once]: failed to open stream: No such file or directory in /home/pkpp/public_html/administrator/components/com_docman/docman.class.php on line 320Grazie.Ciao Davide
Warning: dmMainFrame::include_once() [function.include]: Failed opening '/home/pkpp/public_html/administrator/components/com_docman/language/english.common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pkpp/public_html/administrator/components/com_docman/docman.class.php on line 320
Warning: dmMainFrame::include_once(/home/pkpp/public_html/administrator/components/com_docman/language/english.backend.php) [function.dmMainFrame-include-once]: failed to open stream: No such file or directory in /home/pkpp/public_html/administrator/components/com_docman/docman.class.php on line 320
Warning: dmMainFrame::include_once() [function.include]: Failed opening '/home/pkpp/public_html/administrator/components/com_docman/language/english.backend.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pkpp/public_html/administrator/components/com_docman/docman.class.php on line 320
<?php
defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
<!--- Pagina di Pop Killer Portal (www.pkp.wsnw.net) --->
<!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 mosShowHead(); ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php
$templ = $GLOBALS['mosConfig_live_site']."/templates/".$GLOBALS['cur_template'];
require($mosConfig_absolute_path."/templates/greenery/splitcssmenu.php");
echo "<link rel=\"stylesheet\" href=\"$templ/css/template_css.css\" type=\"text/css\"/>" ;
if ($task == 'section' || $task == 'category' || $option == 'com_search') {
echo "<link rel=\"stylesheet\" href=\"$templ/css/category.css\" type=\"text/css\"/>" ;
}
if ( $my->id ) {initEditor();}
echo "<link rel=\"shortcut icon\" href=\"$templ/favicon.ico\" />" ;?>
<!--[if IE 7.0000]>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/ie7.css\" type=\"text/css\"/>" ; ?>
<![endif]-->
</head>
<body id="bg_body">
<div id="header">
<div id="menu">
<?php echo $mycssONLY_PRI_menu; ?>
</div>
</div>
<div id="content">
<div id="text">
<?php if (mosCountModules('top')) { ?>
<?php mosLoadModules ( 'top' ); ?>
<?php } ?>
<?php mosMainBody(); ?>
<?php if (mosCountModules('user1')) { ?>
<?php mosLoadModules ( 'user1' ); ?>
<?php } ?>
</div>
<div id="image">
<img src="<?php echo $templ;?>/images/plants.jpg" alt="" width="166" border="0"/>
</div>
<div id="sideBar">
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'right' ); ?>
</div>
<div id="footer">
<p>© <?php echo date("Y"); ?> <b>P</b>op <b>K</b>iller <b>P</b>ortal.Tutti i diritti Riservati.</p>
</div>
</div>
</body>
</html>
in teoria il menų vorrei che sia come quello di:<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
<!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 if($my->id) { initEditor(); } ?>
<meta http-equiv="Content-Type" content="text/html;><?php echo _ISO; ?>">
<?php mosShowHead(); ?>
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\" >"; ?>
</head>
<body id="body">
<div id="wrapper">
<div id="header">
<div id="logo"><?php echo "<a href=\"$GLOBALS[mosConfig_live_site]\"><img src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/logo.jpg\" alt=\"image\" width=\"125\" height=\"40\">"; ?></a>
</div>
<div id="menu"><?php mosLoadModules ('user1',-2); ?></div>
</div><!-- end header div -->
<div id="wrapper_content">
<?php if($option=="com_frontpage")
{
echo "<div id=\"home_img\">
<img src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/home_img.jpg\" alt=\"image\" width=\"518\" height=\"388\">
</div>
<div id=\"home_module\">"; mosLoadModules ('user2',-2); echo "</div>";
}
else {
echo "<div id=\"in_img\">
<img src=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/in_img.jpg\" alt=\"image\" width=\"518\" height=\"115\">
</div>"; ?>
<div id="left">
<?php mosLoadModules ('left',-2); ?>
</div>
<div id="content">
<div id="content-padding">
<?php //mosLoadModules ('abovemain',-2); ?>
<?php mosMainBody(); ?>
<?php mosLoadModules ('belowmain',-2); ?>
</div>
</div>
<?php }?>
<div class="clear"></div>
</div><!-- end wrapper_content div -->
<div id="right"><?php mosLoadModules ('right',-2); ?></div>
<div class="clear"></div>
<div id="footer">
<div id="footer_module"><?php mosLoadModules ('user3', -2 ); ?></div>
<div id="footermenu"><?php mosLoadModules ('bottom', -2 ); ?></div>
</div>
</div><!-- end wrapper div -->
<div class="space"></div>
</body>
</html>
Ciao!
|