| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function __construct() |
||
| 21 | { |
||
| 22 | //default title Meta Plugin |
||
| 23 | \Meta::title('rmarchiv.tk :: your online rpgmaker resource'); |
||
| 24 | |||
| 25 | // Default Robots |
||
| 26 | \Meta::set('robots', 'index,follow'); |
||
| 27 | \Meta::set('image', 'http://rmarchiv.tk/logo/def7cdf80a1dd01ea3ee297ed019a500.png'); |
||
| 28 | } |
||
| 29 | } |
||
| 30 |