このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
LightPeer/resources/views/pages/peertube/c.blade.php

10 行
290 B
PHP
Raw 通常表示 履歴

2022-02-05 14:05:00 +09:00
@extends('layout')
@section('content')
<div id="content" tabindex="-1" class="main-col">
@include('layout.component.c.head')
@include('layout.component.c.links')
@include('layout.component.c.'.($res['cat'] == 'video-playlists' ? 'playlists' : 'videos'))
</div>
@endsection