/[drupal]/contributions/themes/refresco/block.tpl.php
ViewVC logotype

Diff of /contributions/themes/refresco/block.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu May 29 02:40:09 2008 UTC revision 1.1.2.1, Sat May 31 12:56:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: block.tpl.php,v 1.1 2008/05/29 02:40:09 crashtest Exp $
3  ?>  ?>
4  <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">  <div id="block-<?php print $block->module .'-'. $block->delta ?>" class="clear-block block block-<?php print $block->module ?>">
5    
6  <?php  <?php if (isset($edit_url)): ?>
7    if ($block->module == 'block'):    <div id="tabs-wrapper">
8      if (user_access('administer blocks')) :?>      <ul class="tabs primary">
9      <div id="tabs-wrapper">        <li class="active">
10        <ul class="tabs primary">          <a class="active" href="<?php print $edit_url ?>"><?php print $edit_text ?></a>
11          <li class="active">        </li>
12            <a class="active" href='<?php print check_url(base_path()) ?>index.php?q=admin/build/block/configure/<?php print $block->module;?>/<?php print $block->delta;?>'>Edit</a>      </ul>
13          </li>    </div>
14        </ul>  <?php endif; ?>
     </div>  
     <?php  
     endif;  
   endif;  
 ?>  
15    
16  <?php if (!empty($block->subject)): ?>  <?php if (!empty($block->subject)): ?>
17    <h2><?php print $block->subject ?></h2>    <h2><?php print $block->subject ?></h2>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2