NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:ersetzer_rts:frontend_render:canonical-alias [2009/06/13 23:41] Knut Heermann (flip-flop) created |
deutsch:ersetzer_rts:frontend_render:canonical-alias [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n>700}} | + | {{indexmenu_n>25}} |
| ====== Canonical Alias (SUMA) ====== | ====== Canonical Alias (SUMA) ====== | ||
| Line 14: | Line 14: | ||
| Docu: -- \\ | Docu: -- \\ | ||
| - | Forum: [[http://forum.phpwcms.org/viewtopic.php?f=8&t=17949&p=114312#p114312|Wiederkehrenden Begriff durch Variable ersetzen]] | + | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=114312#p114312]] |
| Line 56: | Line 56: | ||
| // ---------------------------------------------------------------- | // ---------------------------------------------------------------- | ||
| - | $block['custom_htmlhead']['index.php'] = ' <link rel="canonical" href="index.php?'.$GLOBALS['content']["struct"][$GLOBALS['content']["cat_id"]]["acat_alias"].'" />'; | + | $block['custom_htmlhead']['index.php'] = ' <link rel="canonical" href="index.php?'.$content["struct"][$content["cat_id"]]["acat_alias"].'" />'; |
| // -----------[ CLOSE ]---------------- | // -----------[ CLOSE ]---------------- | ||
| ?> | ?> | ||
| </code> | </code> | ||