The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Include widget on style
I have an widget created named 'Classificados Rodap?' that have this return:
Code:
$retorno = array( 'outputdebug' => $output, 'ultimosVeiculos' => $ultimosVeiculos, 'ultimasPecas' => $ultimasPecas, ); vB_Template::preRegister('vbcms_classificados_rodape', $retorno); Code:
<div class="cms_widget"> <div class="block"> <div class="boxWidget classificadosRodape floatcontainer"> <div class="tabs"> <div class="cms_widget_header"> <h3>Classificados</h3> <span>{vb:rawphrase classificados_text}</span> </div> <ul> <li><p><a href="#tabs-1">VE?CULOS</a></p></li> <li><p><a href="#tabs-2">ACESS?RIOS E PE?AS</a></p></li> </ul> <div id="tabs-1" class="conteudoBox"> <ul> {vb:raw ultimosVeiculos} </ul> </div> <div id="tabs-2" class="conteudoBox"> <ul> {vb:raw ultimasPecas} </ul> </div> </div> </div> </div> </div> So my question is, how I do that? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|