@extends('layout.main')
@section('content')
- Home
-
Themes
- Edit Theme
Edit Theme
@include('includes.errors')
@include('includes.success')
@include('includes.ajax_submit_script', array('formID'=>'form-themes-edit' , 'url' => 'themes/'.$Theme->ThemeID.'/update' ))
@stop
@section('footer_ext')
@parent
@stop