View Single Post
  #7 (permalink)  
Old 03-24-2008, 12:54 PM
DeiseHost DeiseHost is offline
Junior Member
 
Join Date: Mar 2008
Location: Ireland
Posts: 17
Default

Hi Brian,

Here is my updated index.php
PHP Code:
<?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] .'"?' .'>';

?>
<!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; <?php echo _ISO?>" />
<?php mosShowHead(); ?>
<?php 
if ($my->id) {initEditor();}?>
<link href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css";?>" rel="stylesheet" type="text/css" media="all" />
<link rel="shortcut icon" href="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/favicon.ico"?>" />

<!-- This so you can see the css styles in DW  you can delete file once editing Template is complete-->
<link href="css/template_css.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td width="36%" valign="top" nowrap="nowrap"><div align="center">
      <?php if (mosCountModules('user1')>0mosLoadModules('user1',0); ?>
    </div></td>
    <td width="64%" align="center" valign="middle"><div align="center"><img src="/joomla/Test1/<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"?>template_thumbnail.png" alt="logo" width="149" height="117" /></div></td>
  </tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td width="150" valign="top"><div align="center">
      <?php if (mosCountModules('left')>0mosLoadModules('left',0); ?>
</div></td>
    <td valign="top"><?php mosMainBody(); ?></td>
    <td width="150" valign="top"><div align="center"><?php if (mosCountModules('right')>0mosLoadModules('right',0); ?>
        <?php if (mosCountModules('user2')>0mosLoadModules('user2',0); ?>
</div></td>
  </tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td div align="center">
      <?php include_once('includes/footer.php'); ?></td>
  </tr>
</table>
</body>
</html>
As you can see, I have followed your instructions and have the image in the images folder and converted to CMS. Still not showing.

Regarding the iframe for newsflash, you made the program right?
__________________
[url=http://www.deisehost.com]DeiseHost.Com] - Complete Web Solutions
CompleteVPS.Com - Top Quality Virtual Private Servers