hmm, i dont know, your code looks good for me...
only thing: the icon - i think a path at the icon dont work anymore, i think 
you must use iconidentifier...

and have you delete your backendlayout in the backend? cleared cache?
Does your gridelement work in the backend?

additional hint:

if you write your gridelements typoscript like this, than you must not  write 
your full path every time: (e. g. Grid-100.html)

tt_content.gridelements_pi1.10.stdWrap.innerWrap >
tt_content.gridelements_pi1.20.10.setup {
 # ID des gridelements
 1 < lib.gridelements.defaultGridSetup
 1 {
   cObject = FLUIDTEMPLATE
   cObject {
     format = html

     partialRootPaths {
       10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Partials/
       20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Partials/
     }
     layoutRootPaths {
       10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Layouts/
       20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Layouts/
     }
     templateRootPaths {
       10 = 
{$theme.urls.themeResources}Private/Extensions/fluid_styled_content/Resources/Private/Templates/
       20 = 
{$theme.urls.themeResources}Private/Extensions/gridelements/Html/Templates/
     }
     templateName = Grid-100
   }
 }
 2 < .1
 2 {
   cObject {
     templateName = Grid-50-50
   }
} _______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to