Left column custom page. You can add any HTML content you want here.

This page displays on 3-column Bootstrap layout only.
  

3-column display rules (Bootstrap4):

* full-width (100%) content area.
  
* layout is 2/7/3 grid.
  
* left and middle columns display side-by-side in 768px or above width.
  
* left column displays under middle column below 768px width.
  
* right column displays under left and middle columns below 992px width.
  
  

Display Function : showBanner

| Wed, 18 May 2011


showBanner($page,$id,$section,$size,$range)

Display a banner from the Banners Admin. Use $size OR $range (not both).

$page = received from URL - do not change
$id = received from URL - do not change
$section = received from URL - do not change
$size = set exact pixel size match for banner spot
example usage: '125x125' shows only 125px by 125px banners.
$range = set a size range, minwidth x minheight | maxwidth x maxheight
example usage: '300x40|380x200' shows all banners 300px wide to 380px wide and 40px high by 200px high.

wp