Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Platform
Commits
4c8c6b48
Commit
4c8c6b48
authored
Nov 27, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config pour mpedrera/themify
parent
e97a37a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
config.php
config/packages/mpedrera/themify/config.php
+41
-0
No files found.
config/packages/mpedrera/themify/config.php
0 → 100644
View file @
4c8c6b48
<?php
return
array
(
// In case you do not define a theme in your controller,
// or explicitly using Themify::setTheme(),
// this one will be used.
'default_theme'
=>
'default'
,
// Internal folder where theme views are stored.
// Defaults to (...)/app/themes
//
// The package will search for views directly
// inside each theme folder, so you don't need
// a 'views' folder inside your theme:
// app
// |_ themes
// |_ default
// |_ layouts
// |_ post
// |_ static
'themes_path'
=>
base_path
()
.
'/themes'
,
// The directory inside your public folder where all theme
// assets are stored. If you changed your public folder in your
// app config, it will be automatically detected.
//
// Do not include the public folder itself, or
// leading/trailing slashes.
//
// With default value, your assets structure would be:
// public
// |_ assets
// |_ themes
// |_ default
// |_ css, js, img, etc.
// |_ admin-theme
// |_ css, js, img, etc.
// |_ alternative-theme
// |_ css, js, img, etc.
'themes_assets_path'
=>
'assets/themes'
,
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment