|
@@ -22,19 +22,16 @@ $categorys->slug):?>
|
|
|
<?php endif;?>
|
|
|
<button class="uk-button uk-button-primary uk-margin-small-right" type="button" uk-toggle="target: #menus" id="menuBtn" style="display:none;margin-top:15px"><span uk-icon="icon: menu"></span> Catalog navigation</button>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<h1 class="uk-article-title uk-article-title-ove"><?php $this->title() ?></h1>
|
|
|
|
|
|
- <div class="uk-article-meta uk-margin uk-flex uk-flex-middle">
|
|
|
- <img class="uk-border-circle uk-avatar-small" src="<?php echo General::getAvatar($this->author->mail); ?>" alt="">
|
|
|
- <div>
|
|
|
- <?php $this->author->screenName();?> Write<br>
|
|
|
- <time class="uk-margin-small-right" datetime="<?php $this->date('Y-m-d H:i:s'); ?>">Post <?php $this->date('Y-m-d H:i:s'); ?></time><br>
|
|
|
- Last modified <time datetime="<?php echo date('Y-m-d H:i:s' , $this->modified); ?>"><?php echo date('Y-m-d H:i:s' , $this->modified); ?></time>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+<!-- <div class="uk-article-meta uk-margin uk-flex uk-flex-middle">-->
|
|
|
+<!-- <img class="uk-border-circle uk-avatar-small" src="--><?php //echo General::getAvatar($this->author->mail); ?><!--" alt="">-->
|
|
|
+<!-- <div>-->
|
|
|
+<!-- --><?php //$this->author->screenName();?><!-- Write<br>-->
|
|
|
+<!-- <time class="uk-margin-small-right" datetime="--><?php //$this->date('Y-m-d H:i:s'); ?><!--">Post --><?php //$this->date('Y-m-d H:i:s'); ?><!--</time><br>-->
|
|
|
+<!-- Last modified <time datetime="--><?php //echo date('Y-m-d H:i:s' , $this->modified); ?><!--">--><?php //echo date('Y-m-d H:i:s' , $this->modified); ?><!--</time>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
<div class="uk-article-content">
|
|
|
<?php echo Parse::ParseContent($this->content); ?>
|
|
|
|