You are here

theming.html in Classified Ads 7.3

Same filename and directory in other branches
  1. 6.3 help/theming.html

File

help/theming.html
View source
<div class="classified-help">
  <h2>Blocks</h2>
  <p>The contents for All Classified Ads blocks can be themed using either a 
    core template/theme function, as a default, or a specific alternative 
    allowing you to target the specific instance of that core template. You can 
    also override the complete block with the normal <code>block-*.tpl.php</code> 
    templates.</p>
  
  <p>Alternatives take the same parameters as the default.</p>
  
  <h3>Popular</h3>
  <ul>
    <li><code>item-list</code> is used by default</li> 
    <li><code>item-list--classified-popular.tpl.php</code> is the specific alternative</li> 
    </ul>
  
  <h3>Recent</h3>
  <ul>
    <li><code>item-list</code> is used by default</li> 
    <li><code>item-list--classified-recent.tpl.php</code> is the specific alternative</li> 
    </ul>
    
  <h3>Stats</h3>
  <ul>
    <li><code>table</code> is used by default</li> 
    <li><code>table--classified-stats.tpl.php</code> is the specific alternative</li> 
    </ul>
  </div>