~registry/clubdistro/anoochit-clubdistro

« back to all changes in this revision

Viewing changes to concrete5-5.2ubuntu1/concrete5.2.0RC2/concrete/elements/block_area_header.php

  • Committer: Anuchit Chalothorn
  • Date: 2009-01-19 08:26:13 UTC
  • Revision ID: anoochit@gmail.com-20090119082613-jyxv9tam9ktfa73t
add concrete5 package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php  
 
2
defined('C5_EXECUTE') or die(_("Access Denied."));
 
3
//$arHandle = strtolower(preg_replace("/[^0-9A-Za-z]/", "", $a->getAreaHandle()));
 
4
// add in a check to see if we're in move mode
 
5
$moveModeClass = "";
 
6
$c = $a->getAreaCollectionObject();
 
7
if ($c->isArrangeMode()) {
 
8
        $moveModeClass = "ccm-move-mode";
 
9
}
 
10
?>
 
11
<div id="a<?php echo $a->getAreaID()?>" handle="<?php echo $a->getAreaHandle()?>" class="ccm-area <?php echo $moveModeClass?>">
 
 
b'\\ No newline at end of file'