Forums: Back End:

 

Joomla 1.5 template issue...

first
 

Rob Brink Joomla 1.5 template issue...

I designed and coded my own template for joomla 1.5 and have set it as the default template.

(on my local server)

the problem is i get nothing in the preview page.

any suggestions?

the index.php file is :

<?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" lang="<?php echo _LANGUAGE; ?>" xml:lang="<?php echo _LANGUAGE; ?>"
<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
if ($my->id) { initEditor(); } ?>
<?php mosShowHead(); ?>
<script type="text/javascript"> </script>

<link href="templates/<?php echo $cur_template; ?>css/template.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>

<table border="1" cellspacing="0" cellpadding="0" id="maintable">

<tr>
<td align="right">
<table border="0">

<tr>
<td>menu</td>
<td background="images/home.gif" width="93" height="36" alt="Home">
<td background="images/gallery.gif" width="124" height= "36" alt="Gallery">
<td background="images/blog.gif" width="84" height= "36" alt="Blog">
<td background="images/links.gif" width="87" height= "36" alt="Links">
<td background="images/contact.gif" width="130" height= "36" alt="Contact">
</tr>
</table>
</td>
</tr>

<tr>
<td id="path">
<div id="pathway">
<jdoc:include type="modules" name="breadcrumb" />
</div>
</td>
</tr>
<tr>
<td class="content"><jdoc:include type="modules" name="user1" /></td>
</tr>

</table>
</body>
</html>

 

Stickman

When you say "I get nothing"...if you view the page source, is there some HTML there or is it completely blank?

StickBlog - random developer stuff
quote
 

Rob Brink

the preview page appears completely blank.

 
first
 

Forums: Back End: Joomla 1.5 template issue...

 
New Post
 
You must be logged in to post