Linkin Problem Logo

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nitrojunk
Posts: 22
Joined: Fri 4. Mar 2005, 00:16

Linkin Problem Logo

Post by nitrojunk »

Hi,
after a longer abstinence I tried to get a solution for a problem I asked U
some time ago...

I wanted to get cool adresses for my pages and did the REWRITE prozedur (_haccess -> htaccess, REWRITE=1, etc.) but there is still a little Problem:

All the adresses are fine like http://www.ekonzept.de/foerdermittel.phtml.
But when I klick the logo (like the phpwcms-logo here on the left top on this site, I get a link not to http://www.ekonzept.de/index.php, but to http://www.ekonzept.de/index.phtml !?!?

Why is it like that and how can I get a solution.

Any Ideas?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

as I see there is only a Link like this on your Logo

http://www.ekonzept.de/.phtml

can you post the Head-Area from your Template
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
nitrojunk
Posts: 22
Joined: Fri 4. Mar 2005, 00:16

Post by nitrojunk »

Hi pico,

that is what the browser can see:
<tr>
<!-- Header-LOGO -->
<td width="175" align="center" valign="middle" bgcolor="#ffffff"><a href=".phtml" target="_top"><img src="picture/logo.jpg" border="0" alt="" /></a></td>
the problem is the href=".phtml" but I dont know, how to fix it... :cry:
nitrojunk
Posts: 22
Joined: Fri 4. Mar 2005, 00:16

Post by nitrojunk »

Sorry,

now I know, what we need:
<table width="750" border="0" cellpadding="0" cellspacing="0">

<!-- Linie -->
<tr><td height="1" colspan="2" bgcolor="#000000"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr>

<tr>
<!-- Header-LOGO -->
<td width="175" align="center" valign="middle" bgcolor="#ffffff"><a href="index.php" target="_top">{IMAGE:logo.jpg}</a></td>

<!-- Header-BILD -->
<td width="600" bgcolor="#ffffff"><img src="picture/header_prima.jpg" width="575" height="75" alt="" /></td>
</tr>

<!-- Linie -->
<tr><td height="1" colspan="2" bgcolor="#666666"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr>

<!-- Horizontale Navigation
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr><td height="20" align="center" bgcolor="#cccccc">{NAV_ROW}</td></tr>
<tr><td height="1" colspan="5" bgcolor="#999999"><img src="img/leer.gif" width="1" height="1" alt="" /></td></tr> -->


<!-- Breadcrumb-Menue
<tr><td height="20" colspan="5" bgcolor="#efefef" class="breadcrumb">{SPACER:191x1}{BREADCRUMB}</td></tr>
-->

</table>
nitrojunk
Posts: 22
Joined: Fri 4. Mar 2005, 00:16

Post by nitrojunk »

Hi,

I´m happy! I changed the href="index.php" into href=""

now it works!

:D :D :D :D :D :D
Post Reply