Show
Ignore:
Timestamp:
05/19/08 05:52:30 (19 months ago)
Author:
fumiakiy
Message:

Condition the use of identifier because 3.2 and 3.3 templates does not have it. BugId:79256

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/search_templates/comments.tmpl

    r1098 r2384  
    77 
    88<title><MT_TRANS phrase="Search Results"></title> 
    9 <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> 
     9<mt:IfBlog> 
     10    <mt:IfNonEmpty tag="Link" template="styles"> 
     11    <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 
     12    <mt:else> 
     13    <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> 
     14    </mt:IfNonEmpty> 
     15<mt:else> 
     16    <link rel="stylesheet" href="<$MTStaticWebPath$>themes-base/blog.css" type="text/css" /> 
     17    <link rel="stylesheet" href="<$MTStaticWebPath$>themes/minimalist-red/screen.css" type="text/css" /> 
     18</mt:IfBlog> 
    1019</head> 
    1120