|
Robert Maus
registered since: 11/11/2010
Posts: 1
|
Hello,
i Work withe the Templavoila Framework and some Skins.
For Testing i Use Often the Sketchbook Skin.
In Framework Versions before 2.xx there its works great.
Now thers a Problem, in the Sketchbook Skin was Graphics for the Feature Content.
Like an Papper with two Strips.
Now Comes the Strips on ervery Site, because on sites without have Content in the Feature Box.
Example:
skin.typoscipt.ts file
[code]preCodeFeature = HTML
preCodeFeature.value = <div id="feature-top"></div>
postCodeFeature = HTML
postCodeFeature.value = <div id="feature-bottom"></div>[/code]
HTML Output on sites with Framework before 2.xx
[code]<div id="pageWrap">
<div id="contentBlock-2">[/code]
HTML Output on sites with Framework since 2.xx
[code]<div id="pageWrap">
<div id="feature-top"></div>
<div id="feature-bottom"></div>
<div id="contentBlock-2">[/code]
How can i Remove the 2 CodeFeature Tags on Sites without Featurs after Installinf Framework 2.xx ?
Greetings Robert
P.S. Sorry for my Bad English
[This article was edited 1 times, at last 11.11.2010 at 11:48.]
|