Question
How can I remove the topic Action Bar in the
PatternSkin? I tried to create a new view.customer.tmpl file with this content:
%TMPL:INCLUDE{"view.pattern"}%
%TMPL:DEF{"topicaction"}%%TMPL:END%
%TMPL:DEF{"toolbar"}%%TMPL:END%
And I set the variable SKIN at
WebPreferences to
customer, but it doesn't work..
Does anybody have any idea about this problem?
Environment
--
CarlaFreitas - 14 Jul 2006
Answer
I got!! It's necessary set the variable SKIN with
customer and
pattern. See:
* Set SKIN = customer,pattern
I think it's strange, because at the file
view.customer.tml I have done an include to view.pattern...
Well.. It works now
--
CarlaFreitas - 14 Jul 2006
You can also use:
* Set COVER = customer
--
ArthurClemens - 15 Jul 2006