/ Published in: PHP
                    
                                        
Outputs the content of a multi-dimensional array in the $GLOBALS['lv']
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<we:comment tpye="php">The php script reads the content of the field notes out of the multi-array and puts it into the variable $notes</we:comment>
<?php $notes = $GLOBALS['lv']->object->DB_WE->Record['Notes']; ?>
<we:ifVarNotEmpty type="global" match="notes">
<div class="text-error well" style="margin-top:15px;">
<section>
<h3>Informations internes sur le client</h3>
<p><we:field type="print" name="Notes" /></p>
</section>
</div>
</we:ifVarNotEmpty>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                