new pisilinux web sites
This commit is contained in:
@@ -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> {{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>
|
||||
Reference in New Issue
Block a user