Einzelnen Beitrag anzeigen
Alt 09.10.2008, 16:20   #8 (permalink)
qLx
Tweaker
 
Benutzerbild von qLx
 

Registriert seit: 02.06.2008
Beiträge: 782

qLx sorgt für eine eindrucksvolle AtmosphäreqLx sorgt für eine eindrucksvolle AtmosphäreqLx sorgt für eine eindrucksvolle Atmosphäre

Standard AW: Homepage emulieren? Virtuelle Homepage?

Die index.php aus dem Ordner vom Template?

Also ich hab überall das Problem keine Rechte vergeben zu können...

PHP-Code:
<?php
 defined
'_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
 
// needed to seperate the ISO number from the language file constant _ISO
 
$iso explode'='_ISO );
 
  
?>
 <!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>
 <style type=\\"text/css\\"> .button, .module_s1, .module_s1 div, .module_s1 td {behavior: url(<?php echo $mosConfig_live_site;?>/templates/theme001/css/iepngfix.htc);}
 </style>
 <?php mosShowHead(); ?>
 <?php
 
if ( $my->id ) {
     
initEditor();
 }
 
?>
 <meta http-equiv=\\"Content-Type\\" content=\\"text/html; <?php echo _ISO?>\\" />
 <link href=\\"<?php echo $mosConfig_live_site;?>/templates/theme001/css/template_css.css\\" rel=\\"stylesheet\\" type=\\"text/css\\"/>
 </head>
 
 <body>
 
 <div class=\\"main\\">
     <div id=\\"header\\">
         <div class=\\"column_1 column\\"><a href=\\"index.php\\"><img src=\\"<?php echo $mosConfig_live_site;?>/templates/theme001/images/logo.jpg\\" alt=\\"\\" /></a></div>
         <div class=\\"column_2 column\\">
             <div class=\\"form\\">
                 <div><div>
                          <table>
                             <tr>
                                 <td>
                                     search:&nbsp;
                                 </td>
                                 <td>
                                     <?php mosLoadModules('user4',-1); ?>
                                 </td>
                                 <td>
                                     <a href=\\"index.php\\">Home</a><a href=\\"index.php?option=com_weblinks&Itemid=29\\">Links</a><a href=\\"      index.php?option=com_contact&task=view&contact_id=1&Itemid=30\\">Contact Us</a>
                                 </td>
                             </tr>
                         </table>
                 </div></div>
             </div>
             <div class=\\"banner\\">
                 <?php
                     
if (mosCountModules('banner') >= 1) {
                     
mosLoadModules('banner');    }
                 
?>
             </div>
         </div>
         <div class=\\"clear\\"></div>
      </div>
      <div class=\\"moduletable_tm_top_menu\\">
              <?php mosLoadModules('top',-1); ?>
         <div class=\\"clear\\"></div>
      </div>
      <div id=\\"pathway_text\\">
         <?php mosPathWay(); ?>
      </div>
      <div>
         <table id=\\"content\\">
             <tr>
                 <td class=\\"column_1\\">
                     <?php mosLoadModules('left',-3); ?>
                  </td>
                  <td class=\\"column_2\\">
                     <div class=\\"content_bottom_center\\">
                         <div class=\\"content_bottom_left\\">
                             <div class=\\"content_bottom_right\\">
                                 <div class=\\"content_top_center\\">
                                     <div class=\\"content_top_left\\">
                                         <div class=\\"content_top_right\\">
                                             <?php mosMainBody(); ?>
                                         </div>
                                     </div>
                                 </div>
                             </div>
                         </div>
                     </div>
                  </td>
                  <td class=\\"column_3\\">
                     <?php mosLoadModules('right',-3); ?>
                  </td>
             </tr>
         </table>
      </div>
      <div id=\\"footer\\">
          <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
      </div>
 </div>
 
 
 <?php mosLoadModules('debug', -1);?>
 </body>
 </html>
Kann man damit was anfangen?

MfG qLx
POW! :kungfu:
qLx ist offline   Mit Zitat antworten