I am trying to add a dash -and a specific line $pageurleimmediately after {target}, since the URL in href (below the code) expands naturally with a dash and the contents of the variable $ pageurle
See the existing code snippet in which I would like to enter a dash and a variable right after href:
var $breadcrumb_templates = array(
'separator' => '→',
'link' => '<a href="{target}">{name}</a>',
'wrapper' => '<div class="breadcrumbs">{items}</div>',
);
Now, when I add a dash and $ pageurle, dreamweaver says that I am doing something wrong and demonstrates the anus. I must be doing something stupid here ... but what? Your ideas / code / improvements / possible immersions in this issue are very appreciated by me.

source
share