Changeset 2384

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

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

Location:
branches/release-38/search_templates
Files:
2 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 
  • branches/release-38/search_templates/default.tmpl

    r2345 r2384  
    66    <meta name="generator" content="<$MTProductName version="1"$>" /> 
    77<mt:IfBlog> 
     8    <mt:IfNonEmpty tag="Link" template="styles"> 
    89    <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 
     10    <mt:else> 
     11    <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> 
     12    </mt:IfNonEmpty> 
    913<mt:else> 
    1014    <link rel="stylesheet" href="<$MTStaticWebPath$>themes-base/blog.css" type="text/css" />