Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Radanovn committed Sep 9, 2021
1 parent 81fb45d commit 2e667c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions userfiles/templates/default/layouts/blog_inner.php
Expand Up @@ -3,11 +3,11 @@
<div id="blog-content-<?php print CONTENT_ID; ?>">
<div class="row">
<div class="col-sm-8" id="blog-main-inner">
<h3 class="edit" field="title" rel="content"><?php _e('Page Title'); ?></h3>
<div class="edit post-content" field="content" rel="content">
<module data-type="pictures" data-template="slider" rel="content" />
<h3 class="edit" field="title" rel="module"><?php _e('Page Title'); ?></h3>
<div class="edit post-content" field="content" rel="module">
<module data-type="pictures" data-template="slider" rel="module" />

<div class="edit" field="content_body" rel="content">
<div class="edit" field="content_body" rel="module">
<div class="element" style="width:95%">

<p align="justify"><?php _e('This text is set by default and is suitable for edit in real time. By default the drag and drop core feature will allow you to position it anywhere on the site. Get creative, Make Web.'); ?></p>
Expand All @@ -17,7 +17,7 @@
</div>

</div>
<div class="edit" rel="content" field="comments"><module data-type="comments" data-template="default" data-content-id="<?php print CONTENT_ID; ?>" /></div>
<div class="edit" rel="module" field="comments"><module data-type="comments" data-template="default" data-content-id="<?php print CONTENT_ID; ?>" /></div>
</div>
<div class="col-sm-3 col-sm-offset-1" id="blog-sidebar">
<?php
Expand All @@ -32,4 +32,4 @@
</div>
</div>
</div>
<?php include TEMPLATE_DIR. "footer.php"; ?>
<?php include TEMPLATE_DIR. "footer.php"; ?>
4 changes: 2 additions & 2 deletions userfiles/templates/default/layouts/contacts.php
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="mw-col" style="width:20%">
<div class="mw-col-container">
<h2 align="center" class="edit element" field="title" rel="content"><?php _e('Page Title'); ?></h2>
<h2 align="center" class="edit element" field="title" rel="module"><?php _e('Page Title'); ?></h2>
</div>
</div>
<div class="mw-col" style="width:40%">
Expand All @@ -40,7 +40,7 @@
</div>
</div>
</h2>
<div class="edit" field="content" rel="content">
<div class="edit" field="content" rel="module">
<module type="google_maps" />
<div class="element page-post-content"><?php _e('This text is set by default and is suitable for edit in real time. By default the drag and drop core feature will allow you to position it anywhere on the site. Get creative, Make Web.'); ?></div>

Expand Down
2 changes: 1 addition & 1 deletion userfiles/templates/default/layouts/shop_inner.php
Expand Up @@ -10,7 +10,7 @@
<div class="mw-row">
<div class="mw-col" style="width:50%">
<div class="mw-col-container">
<module type="pictures" rel="content" template="product_gallery" />
<module type="pictures" rel="module" template="product_gallery" />
</div>
</div>
<div class="mw-col" style="width:50%">
Expand Down

0 comments on commit 2e667c4

Please sign in to comment.