Neue Tab wird nicht gezeigt

OXID CE 6.4.0
Hallo, ich versuche eine neue Tab für einen Artikel zu bauen, bist jetzt ist immer geklap, aber dieses nicht…

Wie auf der Datei tabs.tpl Datei, die Code für dieses neue Tab,

[{php}]
 $dress = array('3070101');
 $this->assign('tela', $tela);
[{/php}]
[{if (in_array($oDetailsProduct->oxarticles__oxartnum->value, $tela))}]
[{block name="stoff_web"}]
 [{oxhasrights ident="SHOWLONGDESCRIPTION"}]
   [{oxifcontent ident="75c116b39f0af7452fac102756d20dd2" object="oCont"}]
     [{assign var="fabric" value=$oCont->oxcontents__oxcontent->value}]
     [{if $oCont->oxcontents__oxtitle->value}]
        [{capture append="tabs"}]<a class="nav-link[{if $blFirstTab}] active[{/if}]" href="#berlin" data-toggle="tab">[{$oCont->oxcontents__oxtitle->value}]</a>[{/capture}]    
         [{capture append="tabsContent"}]
           <div id="berlin" class="tab-pane[{if $blFirstTab}] active[{/if}]" itemprop="berlin">
             [{oxeval var=$fabric }]
             [{if $oDetailsProduct->oxarticles__oxexturl->value}]
                <a id="productExturl" class="js-external" href="[{$oDetailsProduct->oxarticles__oxexturl->value}]">
                [{if $oDetailsProduct->oxarticles__oxurldesc->value}]
                    [{$oDetailsProduct->oxarticles__oxurldesc->value}]
                [{else}]
                    [{$oDetailsProduct->oxarticles__oxexturl->value}]
                [{/if}]
                </a>
             [{/if}]
           </div>
      [{/capture}]
	  [{assign var="blFirstTab" value=false}]
   [{/if}]
  [{/oxifcontent}]
[{/oxhasrights}]
[{/block}]
[{/if}]

In CMS seite habe auch geschrieben…
tmp Datei leer gemacht auch…

Ich habe die andere Tabs mit gleiche Methode gebaut und funzioniert, aber dieses mal nicht…

Das Fehler war hier, ich sollte sie der Variable, tela,

$tela = array('3070101');