Update the trip planner to use a print styleSheet
Update call for main style sheet
--- /dev/null
+header, nav, footer {
+ display: none;
+}
+
+body {
+ margin: 0;
+ padding: 0;
+}
+
+#enews,
+#tripplanner,
+div#lefcol,
+div#findatrail,
+div#subnav_wrapper{
+ display: none;
+ width: 0;
+}
+#inside #action_inside {
+ display: none;
+ width: 0;
+}
+#inside #toolbox {
+ margin: 0;
+}
+#inside #wrapper #wrapper_inner {
+ width: available;
+ position: absolute;
+ overflow: visible;
+ left: 0;
+ top: 0;
+ box-shadow: none;
+}
+#content {
+ overflow: visible;
+}
+#content #toolbox {
+ background: white;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
+
+#accountBox {
+ display: none;
+}
+
+#plannerList {
+ display: block;
+ position: absolute;
+ width: 800px;
+ top: 0;
+ left: 0;
+}
\ No newline at end of file
+<link rel="stylesheet" media="print" href="<?php echo BASE_URL;?>print.css">
<?php
if ($_REQUEST['cPage']) {
echo '
<![endif]-->
{styles:h}
{topScripts:h}
-<link rel="stylesheet" href="basesecureurl/styles.css">
+<link rel="stylesheet" href="{baseURL:h}styles.css">
</head>
{if:isHomePage}
<body id="home">