Einchecken des OnlineStands
This commit is contained in:
19
templates/svjf/tpl_text.php
Normal file
19
templates/svjf/tpl_text.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
if ( $this -> _editable )
|
||||
{
|
||||
?>
|
||||
<div class="<?php echo ( isset ( $this -> _data[ 'class' ] ) ) ? $this -> _data[ 'class' ] . ' text ' : '' ; ?>grid_40col wrapper" id="content_text_<?php echo $this -> _data[ 'id' ]; ?>" data-editable="text">
|
||||
<?php
|
||||
}
|
||||
else
|
||||
{
|
||||
?>
|
||||
<div class="grid_40col wrapper">
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div class="grid_40col">
|
||||
<p<?php echo ( $this -> _editable ) ? ' class="content"' : ''; ?>><?php echo $this -> _data[ 'content' ]; ?></p>
|
||||
<br class="fix"/>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user