Changeset 145


Ignore:
Timestamp:
02/26/07 01:39:36 (5 years ago)
Author:
takanori
Message:

plone のバージョン番号を anonymous でもチェックできるように修正

Location:
PloneSlimbox/trunk/skins/plone_slimbox
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • PloneSlimbox/trunk/skins/plone_slimbox/atct_album_view.pt

    r141 r145  
    77 
    88    <metal:block fill-slot="css_slot" 
    9                  tal:define="version here/portal_migration/getInstanceVersion" 
    10                  tal:condition="python:version.startswith('2.1')"> 
     9                 tal:condition="here/isPlone21"> 
    1110        <style type="text/css" media="screen" 
    1211               tal:content="structure string:<!-- @import url($portal_url/atcontenttypes.css); -->"></style> 
Note: See TracChangeset for help on using the changeset viewer.