Erste lauffähige Umgebung
This commit is contained in:
14
templates/subline.phtml
Normal file
14
templates/subline.phtml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
$editorData = '';
|
||||
if ($this->isEditable === true)
|
||||
{
|
||||
$editorData = ' data-editor="Subline" data-id="' . $this->data['sublineID'] . '" data-element="Subline_' . $this->data['sublineID'] . '"';
|
||||
}
|
||||
|
||||
?>
|
||||
<div class="row"<?php echo $editorData; ?>>
|
||||
<div class="col-md-12">
|
||||
<h2><?php echo $this->data['text']; ?></h2>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user