예제 #1
0
            </tr>
          </table>
           
<?php */
?>


          
           
           <table <?php 
echo $this->get_inline_style('abfooter', 'table');
?>
>
            <tr>  
              <?php 
td_spacer(50, 30);
?>
            </tr>
          </table>

          </td>
        </tr>
      </table>

           </center>

        
        </td>
    </tr>
</table>
<!-- /benefits.php -->
?>
><?php 
_e('doubt');
?>
</font></td>
                <td class="social_td">
                 <?php 
echo $this->get_view('social');
?>
             
                </td>
                <?php 
td_spacer(40);
?>
            </tr>
            <tr>
                    <?php 
td_spacer(array('width' => 50, 'height' => 30));
?>
                    <td></td>
                    <td></td>
                    <?php 
td_spacer(array('width' => 40, 'height' => 30));
?>
            </tr>
        </table>
      </td>
    </tr>
</table>
<!-- /benefits.php -->
예제 #3
0
function tr_spacer($height = 15)
{
    $mc_edm = MC_edm::get_instance();
    return '<tr>' . td_spacer(array('width' => $mc_edm->config['width'], 'height' => $height, 'echo' => false)) . '</tr>';
}