@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -midcom::get()->head->add_stylesheet( MIDCOM_STATIC_URL.'/midcom.services.auth/style.css'); |
|
| 2 | +midcom::get()->head->add_stylesheet(MIDCOM_STATIC_URL . '/midcom.services.auth/style.css'); |
|
| 3 | 3 | $title = 'About Midgard'; |
| 4 | 4 | midcom::get()->auth->require_valid_user(); |
| 5 | 5 | ?> |