Dotclear

Changeset 1932


Ignore:
Timestamp:
12/02/09 09:30:28 (13 years ago)
Author:
Osku
Message:

Theme Walou-Walou : show a ★ if the post is selected (instead of a classic * ) in all context now.

Location:
themes/walouwalou
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • themes/walouwalou/_define.php

    r1930 r1932  
    1616     /* Description*/         "Grid Theme with a funny name", 
    1717     /* Author */             "Osku", 
    18      /* Version */            '0.2' 
     18     /* Version */            '0.2.1' 
    1919); 
    2020?> 
  • themes/walouwalou/tpl/category.html

    r1930 r1932  
    105105 
    106106     
    107     <h2 class="post-title"><a 
     107    <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 
    108108    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}&nbsp;&#187;</a></h2> 
    109109     
  • themes/walouwalou/tpl/home.html

    r1914 r1932  
    8888    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} grid_7 omega" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    8989     
    90     <h2 class="post-title">{{tpl:EntryIfSelected return="* "}}<a 
     90    <h2 class="post-title">{{tpl:EntryIfSelected return=" "}}<a 
    9191    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}&nbsp;&#187;</a></h2> 
    9292     
  • themes/walouwalou/tpl/post.html

    r1914 r1932  
    5555<div id="wrapper"> 
    5656<div id="wrapper-page" class="container_12 " > 
    57  <div id="wrapper-title" class="grid_9" >  <h1>{{tpl:EntryTitle encode_html="1"}}</h1></div> 
     57 <div id="wrapper-title" class="grid_9" >  <h1>{{tpl:EntryIfSelected return="★ "}}{{tpl:EntryTitle encode_html="1"}}</h1></div> 
    5858   <div id="post-navlinks" class="grid_3 "> 
    5959  <tpl:EntryPrevious><a href="{{tpl:EntryURL}}" 
  • themes/walouwalou/tpl/search.html

    r1914 r1932  
    9292    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} grid_7 omega" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    9393     
    94     <h2 class="post-title">{{tpl:EntryIfSelected return="* "}}<a 
     94    <h2 class="post-title">{{tpl:EntryIfSelected return=" "}}<a 
    9595    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}&nbsp;&#187;</a></h2> 
    9696     
  • themes/walouwalou/tpl/tag.html

    r1930 r1932  
    9595 
    9696     
    97     <h2 class="post-title"><a 
     97    <h2 class="post-title">{{tpl:EntryIfSelected return="★ "}}<a 
    9898    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}&nbsp;&#187;</a></h2> 
    9999     
Note: See TracChangeset for help on using the changeset viewer.

Sites map