Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
PSDI Army
yii2
Commits
85a9887a
Commit
85a9887a
authored
Oct 09, 2014
by
Klimov Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc links fix
parent
2e105d2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
output-theming.md
docs/guide/output-theming.md
+1
-1
tutorial-performance-tuning.md
docs/guide/tutorial-performance-tuning.md
+1
-1
No files found.
docs/guide/output-theming.md
View file @
85a9887a
...
...
@@ -8,7 +8,7 @@ when rendered. A single application may use multiple themes and each may provide
time only one theme can be active.
> Note: Themes usually do not meant to be redistributed since views are too application specific. If you want to
redistribute customized look and feel consider CSS and JavaScript files in form of
[
asset bundles
](
assets.md
)
instead.
redistribute customized look and feel consider CSS and JavaScript files in form of
[
asset bundles
](
structure-
assets.md
)
instead.
Configuring a theme
-------------------
...
...
docs/guide/tutorial-performance-tuning.md
View file @
85a9887a
...
...
@@ -85,7 +85,7 @@ Note that the `cache` [application component](structure-application-components.m
It is possible to combine and minimize assets, typically JavaScript and CSS, in order to slightly improve page load
time and therefore deliver better experience for end user of your application.
In order to learn how it can be achieved, refer to
[
assets
](
assets.md
)
guide section.
In order to learn how it can be achieved, refer to
[
assets
](
structure-
assets.md
)
guide section.
### Using better storage for sessions
...
...
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