Ignore:
Timestamp:
Feb 9, 2014, 1:26:25 PM (10 years ago)
Author:
nikrou
Message:

Fix issue with tag with an ampersand (need encoding)
Allow to choose width and height in menu (either null)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pwgCumulus/template/tags.tpl

    r26115 r27279  
    4444
    4545  {if $display_mode == 'cumulus'}
    46   <object data="{$PWG_CUMULUS_SWF}/tagcloud.swf" width="{$PWG_CUMULUS_WIDTH}" height="{$PWG_CUMULUS_HEIGHT}" type="application/x-shockwave-flash">
     46  <object data="{$PWG_CUMULUS_SWF}/tagcloud.swf"
     47          {if !empty($PWG_CUMULUS_WIDTH)}width="{$PWG_CUMULUS_WIDTH}" {/if}
     48          {if !empty($PWG_CUMULUS_HEIGHT)}height="{$PWG_CUMULUS_HEIGHT}" {/if}
     49          type="application/x-shockwave-flash">
    4750    <param name="movie" value="{$PWG_CUMULUS_SWF}/tagcloud.swf">
    4851    <param name="allowScriptAccess" value="sameDomain">
Note: See TracChangeset for help on using the changeset viewer.