Ignore:
Timestamp:
2013/03/10 11:05:19 (11 years ago)
Author:
Yammy
Message:

Transform にて処理されたテンプレートの箇所が分かる処理の追加

refs #2188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/class/helper/SC_Helper_Transform.php

    r22567 r22714  
    593593    protected function lfSetTransform($mode, $target_key, $html_snip) 
    594594    { 
     595        if (PLUGIN_DEBUG_MODE) { 
     596            $html_snip = '<div style="background-color:pink;">' . $html_snip . '</div>'; 
     597        } 
    595598 
    596599        $substitute_tag = sprintf('<!--###%08d###-->', $this->smarty_tags_idx); 
Note: See TracChangeset for help on using the changeset viewer.