1
codezilla
Help. . . . . .
  • 2005/3/23 16:35

  • codezilla

  • Just popping in

  • Posts: 2

  • Since: 2005/3/23


I'm porting a theme to XOOPS and I'm having a problem in that content refuses to show up :(:(

My code as of now: (I use only left-blocks, so I didn't write anything for right or center)

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" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
<
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<
meta name="robots" content="<{$xoops_meta_robots}>" />
<
meta name="keywords" content="<{$xoops_meta_keywords}>" />
<
meta name="description" content="<{$xoops_meta_description}>" />
<
meta name="rating" content="<{$xoops_meta_rating}>" />
<
meta name="author" content="<{$xoops_meta_author}>" />
<
meta name="copyright" content="<{$xoops_meta_copyright}>" />
<
meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />

<{
$xoops_module_header}>
<
script type="text/javascript">

script>
head>
<
body>
    <
div id="master">
        <
div id="header">
            <
h1>
            <{
$xoops_sitename}>
            h1>
        div>
        <
ul id="menu">
            <
li><a href="http://localhost/xoops/html/" title="Home">Homea>li>
            <
li><a href="http://localhost/xoops/html/modules/sections/">Articlesa>li>
            <
li><a href="http://localhost/xoops/html/modules/contact/">Contacta>li>
            <
li><a href="http://localhost/xoops/html/modules/newbb/">Forumsa>li>
        ul>
        <
div id="content">
                 <
div class="item">
            <{
$xoops_contents}>
                 div>
        <{foreach 
item=block from=$xoops_lblocks}>
            <
div class="sidebar">
            <
h2><{$block.title}>h2>
            <{
$block.content}>
            div>
        <{/foreach}>


        div>
        <
div id="bottommenu">

        div>
        <
div id="footer">
        
Copyright &copyAaron Morse 2004
        
div>
    div>
    body>
html>


Any thoughts on what is wrong?

Login

Who's Online

306 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 306


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits