@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use yii\helpers\Url; |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use yii\helpers\Url; |
10 | 10 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use yii\helpers\Url; |
10 | 10 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace modules\toolbar\frontend; |
9 | 9 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | public function bootstrap($app) |
54 | 54 | { |
55 | 55 | if (!$app->user->isGuest) { |
56 | - $app->on(Application::EVENT_BEFORE_REQUEST, function () use ($app) { |
|
56 | + $app->on(Application::EVENT_BEFORE_REQUEST, function() use ($app) { |
|
57 | 57 | $app->getView()->on(View::EVENT_END_BODY, [$this, 'renderToolbar']); |
58 | 58 | }); |
59 | 59 | } |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Application requirement checker script. |
|
4 | - * |
|
5 | - * In order to run this script use the following console command: |
|
6 | - * php requirements.php |
|
7 | - * |
|
8 | - * In order to run this script from the web, you should copy it to the web root. |
|
9 | - * If you are using Linux you can create a hard link instead, using the following command: |
|
10 | - * ln requirements.php ../requirements.php |
|
11 | - */ |
|
3 | + * Application requirement checker script. |
|
4 | + * |
|
5 | + * In order to run this script use the following console command: |
|
6 | + * php requirements.php |
|
7 | + * |
|
8 | + * In order to run this script from the web, you should copy it to the web root. |
|
9 | + * If you are using Linux you can create a hard link instead, using the following command: |
|
10 | + * ln requirements.php ../requirements.php |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | // you may need to adjust this path to the correct Yii framework path |
14 | 14 | $frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2'; |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace themes\writesdown\classes\assets; |
9 | 9 |
@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @copyright Copyright (c) 2015 WritesDown |
|
5 | - * @license http://www.writesdown.com/license/ |
|
6 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @copyright Copyright (c) 2015 WritesDown |
|
5 | + * @license http://www.writesdown.com/license/ |
|
6 | + */ |
|
7 | 7 | |
8 | 8 | namespace themes\writesdown\classes\meta; |
9 | 9 |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | use yii\helpers\ArrayHelper; |
10 | 10 | use yii\helpers\Html; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @link http://www.writesdown.com/ |
|
4 | - * @author Agiel K. Saputra <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015 WritesDown |
|
6 | - * @license http://www.writesdown.com/license/ |
|
7 | - */ |
|
3 | + * @link http://www.writesdown.com/ |
|
4 | + * @author Agiel K. Saputra <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015 WritesDown |
|
6 | + * @license http://www.writesdown.com/license/ |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace themes\writesdown\classes\widgets; |
10 | 10 |