Code: Select all
{cms_selflink page="startseite" image="images/template/brd.gif" text="Deutsch" imageonly=1}
Die 'startseite' existiert, Beweis: http://xxx.de/cms/cmsms/index.php?page=startseite
Code: Select all
{cms_selflink page="startseite" image="images/template/brd.gif" text="Deutsch" imageonly=1}
Code: Select all
</__body>
<div id="container">
<div id="banner"> </div>
<!-- Begin Top Menu -->
<ul id="navlist">
<li id="active">
{cms_module module='menumanager' template='TopMenu' start_level="2" number_of_levels="1"}
</li></ul>
<!-- End Top Menu -->
<div id="breadcrumbs">
{breadcrumbs starttext='You are here' start_level="2"}
{cms_selflink page='62' image="upload/images/template/brd.gif" text="Deutsch" imageonly=1}
{cms_selflink page="home" image="upload/images/template/gb.gif" text="English" imageonly=1}
</div>
<div id="sidebar-a">
<div class="menu">
{cms_module module='menumanager' template='LeftMenu' start_level="3"}
</div>
</div>
Code: Select all
{cms_selflink page="index" image="uploads/images/logo.gif" alt="Logo" imageonly=1}
Code: Select all
<a href="{cms_selflink href="index"}">
<img src="uploads/images/logo.gif" width="275" height="50" alt="Logo" title="Nur ein Bild-Link" />
</a>
Code: Select all
<a href="http://localhost/testing/cmsms/" title="Home Page, shortcut key=1">
<img src="uploads/images/logo.gif" alt="Logo" />
</a>
Code: Select all
<a href="http://localhost/testing/cmsms/">
<img src="uploads/images/logo.gif" width="275" height="50" alt="Logo" title="Nur ein Bild-Link" />
</a>
Code: Select all
<div id="breadcrumbs">
You are here: <span >Deutsch</span> >> <span class="lastitem">Über uns</span>
<a href="http://nfc.h4f.biz/cms/cmsms/index.php?page=startseite" title="Startseite"><img src="upload/images/template/brd.gif" alt="" /></a>
<a href="http://nfc.h4f.biz/cms/cmsms/index.php?page=home" title="Home"><img src="upload/images/template/gb.gif" alt="" /></a>
</div>
Bei mir heißt der Ordner standardmäßig "uploads".koljan wrote:
also Quelltext wird generiert
You are here: Deutsch >> Über uns
aber nicht angezeigt