NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:ersetzer_rts:frontend_init:cp_trigger:cp-comment-output [2011/02/20 09:44] Knut Heermann (flip-flop) |
deutsch:ersetzer_rts:frontend_init:cp_trigger:cp-comment-output [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 85: | Line 85: | ||
| if( in_array($data['acontent_id'], array(10,6,14,29)) ) { // is used only when the CP-filter is needed. | if( in_array($data['acontent_id'], array(10,6,14,29)) ) { // is used only when the CP-filter is needed. | ||
| - | // Replace the TAG and put a class around it. | + | // Replaces the TAG and put a class around it. |
| $text = str_replace("{CPCOMMENT}", '<span class="cpcomment">'.$data['acontent_comment'].'</span>', $text); // replace cp Comment | $text = str_replace("{CPCOMMENT}", '<span class="cpcomment">'.$data['acontent_comment'].'</span>', $text); // replace cp Comment | ||