erro join

  • forry
  • Avatar de forry Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
13 anos 8 meses atrás #62541 por forry
forry created the topic: erro join
Estou com o seguinte erro em minha pagina:

Erro:Warning: join() [function.join]: Invalid arguments passed in /home/vipexecu/public_html/templates/youbizz/html/modules.php on line 79

modulo abaixo:
function modChrome_yjround($module, &$params, &$attribs){
?>
<div class="yjround<?php echo $params->get('moduleclass_sfx'); ?>">
<div>
<div>
<div>


<?php if ($module->showtitle) : ?>
<h3><?php
$title = $module->title;
$title = split(' ', $title);
$title[0] = '<span>'.$title[0].'</span>';
$title= join(' ', $title);
echo $title;
?></h3>
<?php endif; ?>




<div class="yjround_in"><?php echo $module->content; ?></div>
</div>
</div>
</div>
</div>



<?php } ?>
<?php /*
* Module chrome for square modules
*/
function modChrome_yjsquare($module, &$params, &$attribs){ ?>
<div class="yjsquare<?php echo $params->get('moduleclass_sfx'); ?>">



<?php if ($module->showtitle) : ?>
<h3><?php
$title = $module->title;
$title[0] = '<span>'.$title[0].'</span>';
$title= join(' ', $title); (79)
echo $title;
?></h3>
<?php endif; ?>




<div class="yjsquare_in"><?php echo $module->content; ?></div>

</div>



<?php } ?>


preciso de ajuda urgente..!!!

Please Entrar ou Registrar to join the conversation.


  • forry
  • Avatar de forry Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
13 anos 8 meses atrás #62637 por forry
forry replied the topic: Re: erro join
por favor, alguem me ajude!!

Please Entrar ou Registrar to join the conversation.