Initial commit as of 2018-10-16
This commit is contained in:
19
application/views/network/user/user_posts.php
Normal file
19
application/views/network/user/user_posts.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
$this->load->view('network/user/profile_page_header', ['active' => 'posts']); ?>
|
||||
<section id="profile-content" data-type="foreground" data-speed="10">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<?php $this->load->view('network/user/user_profile_card') ?>
|
||||
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8" id="profile-content-container">
|
||||
<h1><?= lang('profile_all_posts') ?></h1>
|
||||
<div class="post-container">
|
||||
<ul class="comment-list">
|
||||
|
||||
</ul>
|
||||
<i class="fa fa-cog fa-spin fa-5x loading-spinner"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user