1
Hello.
We ran a poll under our members and as a result, we started to expand the themes our members can choose from. We used to have just one, however, we want to give them more 'space', by chosing their favorite theme.
I'm working on a L4D2 (left 4 dead 2) theme. This theme is still in its early alpha and is due in September for an initial release, so no hurry.. And don't judge the graphics, I started working on it earlier today.
Now, the issue that I have, is that in the left column, the bottom left image has disappeared. It just to be there, but I have no idea what I changed/removed when it went awol..
I've literally spent hours and hours spitting through both the .HTML and .CSS codes, but I can't find the issue :( ..
HTML-code 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>
<{assign var=theme_name value=$xoTheme->folderName}>
<{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}>
<title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}>title>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$xoops_meta_keywords}>" />
<meta name="description" content="<{if $xoops_pagetitle !=''}><{$xoops_pagetitle}>, <{/if}><{$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="" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="<{xoAppUrl backend.php}>" />
<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
<link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl css/style.css}>" />
<{$xoops_module_header}>
head>
<body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">
<noscript><h1><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{/if}>h1>noscript>
<div id="header">
<div id="headerbanner"><{$xoops_banner}>div>
div>
<div id="menutop">
<ul>
<li class="<{if $xoops_dirname == "system"}>current<{/if}>"><a href="<{xoAppUrl }>">Homea>li>
<li class="<{if $xoops_dirname == "newbb"}>current<{/if}>"><a href="<{xoAppUrl modules/xforum/}>">Foruma>li>
<li class="<{if $xoops_dirname == "liaise"}>current<{/if}>"><a href="<{xoAppUrl modules/ramteamirc/}>">IRC Chata>li>
<li class="<{if $xoops_dirname == "news"}>current<{/if}>"><a href="<{xoAppUrl modules/rtdownloads/}>">Downloadsa>li>
<li class="<{if $xoops_dirname == "news"}>current<{/if}>"><a href="<{xoAppUrl modules/news/}>">Newsa>li>
<li class="<{if $xoops_dirname == "liaise"}>current<{/if}>"><a href="<{xoAppUrl modules/xoopstube/}>">Ramteam Video's
current<{/if}>">">Ramteam Gallery
current<{/if}>">">Ramteam Servers
current<{/if}>">Webmail
current<{/if}>">">Contact
<{if $xoops_showlblock}>
<{foreach item=block from=$xoBlocks.canvas_left}> <{includeq file="$theme_name/theme_blockleft.html"}> <{/foreach}> |
<{/if}>
<{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> <{foreach item=block from=$xoBlocks.page_topcenter}> <{includeq file="$theme_name/theme_blockcenter_c.html"}> <{/foreach}> | <{foreach item=block from=$xoBlocks.page_topleft}> <{includeq file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}> | <{foreach item=block from=$xoBlocks.page_topright}> <{includeq file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}> | <{/if}> <{$xoops_contents}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <{if $xoBlocks.page_bottomcenter}> <{foreach from=$xoBlocks.page_bottomcenter item=block}> <{include file="$theme_name/theme_blockcenter_c.html"}><{/foreach}> | <{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> <{foreach from=$xoBlocks.page_bottomleft item=block}> <{include file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}> | <{foreach from=$xoBlocks.page_bottomright item=block}> <{include file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}> | <{/if}> <{/if}> |
<{if $xoops_showrblock}>
<{foreach item=block from=$xoBlocks.canvas_right}> <{includeq file="$theme_name/theme_blockright.html"}> <{/foreach}> |
<{/if}>