Skip to content

Commit

Permalink
9.1.1 のファイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
aye committed Jul 11, 2022
1 parent 76a4f34 commit d6347b5
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 63 deletions.
5 changes: 3 additions & 2 deletions application/bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
*
* ## Set a theme by route:
*
* Route::setThemeByRoute('/login', 'greek_yogurt');
* $app->make('\Concrete\Core\Page\Theme\ThemeRouteCollection')
* ->setThemeByRoute('/login', 'greek_yogurt');
*
*
* ## Register a class override.
Expand Down Expand Up @@ -64,4 +65,4 @@
* );
*
* ----------------------------------------------------------------------------
*/
*/
2 changes: 1 addition & 1 deletion application/bootstrap/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
* ----------------------------------------------------------------------------
* Instantiate concrete5
* Instantiate Concrete
* ----------------------------------------------------------------------------
*/
$app = new Application();
Expand Down
4 changes: 0 additions & 4 deletions application/config/app.php

This file was deleted.

6 changes: 0 additions & 6 deletions application/config/concrete.php

This file was deleted.

149 changes: 101 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<?php

require 'concrete/dispatcher.php';
Loading

0 comments on commit d6347b5

Please sign in to comment.