Problem with chaoticsoul theme and picture avatar Problem with chaoticsoul theme and picture avatar
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Problem with chaoticsoul theme and picture avatar

Started by paul__cz, September 16, 2008, 09:53:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

paul__cz

Hi all!

I need help with my website. I using chaoticsoul theme. I want put avatar picture on LOGIN_FORM. Same details are on picture here.

Thank you!

paul__cz

Start of my template.php


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta name="mssmarttagspreventparsing" content="true" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/chaoticsoul/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>



</head>
<body>

<div id="page">
{CUSTOM_HEADER}


<hr />
    <div id="headerimg" class="clearfix">
<div class="image_header bkgleft"> </div>
</div>
  <hr />

<div class="clearfix">
   
<div id="content" class="narrowcolumn">

<div class="post">
{GALLERY}
</div>
<br />
<div class="cpg_footer" align="center">
{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}<br />
{LANGUAGE_SELECT_FLAGS}
{VANITY}

</div>

</div><!-- End content -->

<div id="sidebar">

</p>

  {LOGIN_FORM}
       
{ADMIN_MENU}

{SYS_MENU}

{SUB_MENU}

<h3>Fórum</h3>
<ul>
<li><a href="http://www.partyfotky.com/forum.php" title="fórum partyfotky.com !">Vstoupit do fóra</a></li>                     
</ul>


thanks again