Forums / Setup & design / webbrowser title without RootFolder

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

webbrowser title without RootFolder

Author Message

Dominik Stoeppel

Wednesday 03 December 2003 7:45:05 am

hi,

I have include the page_head.tpl from the standard design folder to my templates.

How can I change it, that the title doesn't include the RootFolder.

home - SiteName and not home / Root Folder - Sitename, if I go in the folder home for example.

I try some things, but it's not ok.

This is from the page_head.tpl

{let name=Path
path=$module_result.path
reverse_path=array()}
{section show=is_set($module_result.title_path)}
{set path=$module_result.title_path}
{/section}
{section loop=$:path}
{set reverse_path=$:reverse_path|array_prepend($:item)}
{/section}

{set-block scope=root variable=site_title}
{section loop=$Path:reverse_path}{$:item.text|wash}{delimiter} / {/delimiter}{/section} - {$site.title|wash}
{/set-block}
{/let}

<title>{$site_title}</title>

thank you

Dominik