Author: sevein Date: Mon Oct 10 00:13:00 2011 New Revision: 10001 Log: Update path to classic CSS file
Modified: trunk/apps/qubit/modules/sfInstallPlugin/config/view.yml trunk/config/error/error.html.php Modified: trunk/apps/qubit/modules/sfInstallPlugin/config/view.yml ============================================================================== --- trunk/apps/qubit/modules/sfInstallPlugin/config/view.yml Sun Oct 9 23:44:57 2011 (r10000) +++ trunk/apps/qubit/modules/sfInstallPlugin/config/view.yml Mon Oct 10 00:13:00 2011 (r10001) @@ -1,3 +1,3 @@ all: stylesheets: - /plugins/sfClassicPlugin/css/main: + /css/classic: Modified: trunk/config/error/error.html.php ============================================================================== --- trunk/config/error/error.html.php Sun Oct 9 23:44:57 2011 (r10000) +++ trunk/config/error/error.html.php Mon Oct 10 00:13:00 2011 (r10001) @@ -20,7 +20,7 @@ <link rel="stylesheet" type="text/css" href="<?php echo $path ?>/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system.css"/> <link rel="stylesheet" type="text/css" href="<?php echo $path ?>/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/style.css"/> <link rel="stylesheet" type="text/css" media="print" href="<?php echo $path ?>/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/print.css"/> -<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/plugins/sfClassicPlugin/css/main.css"/> +<link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/css/classic.css"/> <link rel="stylesheet" type="text/css" media="screen" href="<?php echo $path ?>/css/main.css"/> </head> -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
