Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php

@extends('Home.index_layout.layout')

@section('content')

    @if($account_info->theme_id == 1)

 

        @include('Home.Themes.Free.index')

 

          @endif

 

 

    @if($account_info->theme_id == 'TH1P')

 

        @include('Home.Themes.TH1P.index')

 

    @endif

 

 

 

@endsection
Source by www.binrosyad.com #
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
4+2 =