new pisilinux web sites

This commit is contained in:
Erkan IŞIK
2026-07-01 16:44:17 +03:00
commit b58488b586
21740 changed files with 2066209 additions and 0 deletions
@@ -0,0 +1,17 @@
<div class="container forum main">
<!-- forum üst düğmeleri -->
<div class="d-flex pt-3">
@if(Session::select('userid')):
<a href="{{URL::base('/forum/newsubject')}}" class="btn btn-primary mb-2" ><i class="fa fa-plus"></i>&nbsp{{lang('forum','new_content')}}</a>
@else:
<a href="{{URL::base('/member')}}">
<button class="form-control btn btn-primary alert1 mb-2" style="height: 38px;margin-bottom: 3px;">{{lang('forum','login_to_open_topic')}}</button>
</a>
@endif
</div>
@view('Forum/new_topic')
@view('Forum/categor_panel')
</div>