1 | <?php |
||
2 | /** |
||
3 | * PathTools plugin for Craft CMS 3.x |
||
4 | * |
||
5 | * This twig plugin for the Craft CMS brings convenient path & url manipulation functions & filters to your |
||
6 | * Twig templates. |
||
7 | * |
||
8 | * @link https://nystudio107.com |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
9 | * @copyright Copyright (c) 2017 nystudio107 |
||
0 ignored issues
–
show
|
|||
10 | */ |
||
0 ignored issues
–
show
|
|||
11 | |||
12 | /** |
||
0 ignored issues
–
show
|
|||
13 | * @author nystudio107 |
||
0 ignored issues
–
show
|
|||
14 | * @package PathTools |
||
0 ignored issues
–
show
|
|||
15 | * @since 1.0.0 |
||
0 ignored issues
–
show
|
|||
16 | */ |
||
17 | return [ |
||
18 | 'PathTools plugin loaded' => 'PathTools plugin loaded', |
||
19 | ]; |
||
20 |