]> git.mxchange.org Git - core.git/commitdiff
Now all sub nodes for an anchor are supported
authorRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:32:03 +0000 (02:32 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 9 Nov 2009 02:32:03 +0000 (02:32 +0000)
inc/classes/main/template/menu/class_MenuTemplateEngine.php

index 4f3b0f112d4d0503f9fda47da65d3ed3c4c4e9d4..84e94e21f1216fad404858eedd12d87e103a7bf8 100644 (file)
@@ -40,10 +40,14 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla
                'footer',
                'block',
                'title',
                'footer',
                'block',
                'title',
-               'anchor',
                'design',
                'text',
                'advert',
                'design',
                'text',
                'advert',
+               'anchor',
+               'anchor-id',
+               'anchor-text',
+               'anchor-title',
+               'anchor-href',
        );
 
        /**
        );
 
        /**