Jump to content

Recommended Posts

Posted

What is the $form reference in the following code for streamWrapper?  I have one site showing the streamOverview blurb and another that isn't but unclear what setting is influencing this?

 

<div class='ipsFlex-flex:11 sm:ipsMargin_bottom:half'>
  <h1 class='ipsType_pageTitle'>
   <span data-role='streamTitle'>{$stream->_title}</span>
  </h1>
  {{if $form}}
  <p class='ipsType_reset ipsType_normal' data-role='streamOverview'>
   <span data-role='streamBlurb'>{$stream->blurb()}</span>
  </p>
  {{endif}}
</div>

 

Posted
11 minutes ago, Adriano Faria said:

$form comes from a php file.

OK, I guess I'm trying to figure out why one site shows the streamBlurb and another doesn't and what is causing that.  Any idea there?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...