Skip to content

Commit

Permalink
Nobody wants to print the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Sep 10, 2019
1 parent 2828418 commit aed8a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/OpenPsa2/style/midcom_services_auth_login_page.php
Expand Up @@ -20,7 +20,6 @@
<?php
$head = midcom::get()->head;
$head->add_stylesheet(MIDCOM_STATIC_URL . '/OpenPsa2/style.css');
$head->add_stylesheet(MIDCOM_STATIC_URL . '/OpenPsa2/print.css', 'print');
$head->add_stylesheet(MIDCOM_STATIC_URL . '/OpenPsa2/login.css', 'all');
$head->add_jscript('var MIDCOM_PAGE_PREFIX = "' . midcom_connection::get_url('self') . '";');
$head->print_head_elements();
Expand Down

0 comments on commit aed8a16

Please sign in to comment.