embed css style sheet in all pages including welcome page
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Mar 2009 21:25:28 +0000 (21:25 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Mar 2009 21:25:28 +0000 (21:25 +0000)
modules/planetlab.module
planetlab/includes/plc_header.php

index 4df1b15..774eb89 100644 (file)
@@ -12,6 +12,8 @@ require_once 'plc_config.php';
 require_once 'plc_session.php';
 require_once 'plc_functions.php';
 
+drupal_set_html_head('<link href="/planetlab/css/plc_style.css" rel="stylesheet" type="text/css"/>');
+
 function planetlab_help($section) {
   switch ($section) {
   case 'admin/modules#description':
index 274ed54..c1f67a3 100644 (file)
@@ -10,7 +10,6 @@
 //
 
 require_once 'plc_drupal.php';
-drupal_set_html_head('<link href="/planetlab/css/plc_style.css" rel="stylesheet" type="text/css"/>');
 
 if (!function_exists('drupal_page_header')) {
   $title = drupal_get_title();