This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layout.admin') | |
@section('title', 'Websites') | |
@section('content') | |
@include('admin.partials.menu-sidebar') | |
<div class="mainpanel"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* BuddyPress - Activity Stream (Single Item) | |
* | |
* This template is used by activity-loop.php and AJAX functions to show | |
* each activity. | |
* | |
* @package BuddyPress | |
* @subpackage bp-legacy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: bbPress - Custom Views | |
Plugin URI: https://gist.github.com/ntwb/8167699 | |
Description: bbPress - bbPress - Custom Views | |
Version: 0.1 | |
Author: Stephen Edgar - Netweb | |
Author URI: http://netweb.com.au | |
*/ |