dashboard
5 months ago
profile-cards
5 years ago
profile-header
6 months ago
already-logged-in.php
5 months ago
auth-forms.css
5 months ago
auth-forms.min.css
5 months ago
clean.php
5 years ago
login-form.php
5 months ago
lost-password-form.php
5 months ago
members.php
6 months ago
modal-login-form.php
4 days ago
public-profile.php
6 months ago
reg-form.php
4 days ago
reset-password-form.php
5 months ago
review-user-status.php
1 week ago
user-favourites.php
5 years ago
members.php
33 lines
| 1 | <?php |
| 2 | /** |
| 3 | * User: shahnuralam |
| 4 | * Date: 6/25/18 |
| 5 | * Time: 12:26 AM |
| 6 | */ |
| 7 | if (!defined('ABSPATH')) die(); |
| 8 | ?> |
| 9 | |
| 10 | <div class="w3eden" id="wpdm-authors<?php echo isset($params['sid'])?"-{$params['sid']}":""; ?>"> |
| 11 | <?php $this->listAuthors($params); ?> |
| 12 | </div> |
| 13 | |
| 14 | <style> |
| 15 | .card-author{ |
| 16 | margin-bottom: 30px; |
| 17 | } |
| 18 | img.img-circle{ |
| 19 | border-radius: 500px !important; |
| 20 | } |
| 21 | .author-name{ |
| 22 | margin: 5px 0; |
| 23 | padding: 0; |
| 24 | line-height: 30px; |
| 25 | } |
| 26 | .author-name a{ |
| 27 | font-size: 12pt; |
| 28 | } |
| 29 | </style> |
| 30 | <script> |
| 31 | |
| 32 | </script> |
| 33 |