Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F860536
simple
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, May 1, 11:40 AM
Size
23 KB
Mime Type
text/x-diff
Expires
Sat, May 3, 11:40 AM (5 m, 42 s)
Engine
blob
Format
Raw Data
Handle
612194
Attached To
rTSIM Themes.Simple
simple
View Options
Index: branches/1.1.x/inc/content.css
===================================================================
--- branches/1.1.x/inc/content.css (revision 13483)
+++ branches/1.1.x/inc/content.css (revision 13484)
@@ -1,215 +1,215 @@
/* -- RSS Feed Icon -- */
.link-rss a {
- background:url('../img/icon-rss.png') no-repeat left top;
+ background:url('@templates_base@/img/icon-rss.png') no-repeat left top;
display:block;
height:19px;
text-indent:-999em;
width:19px;
}
/* !Home Blocks
--------------------- */
/* -- !Default -- */
.block {
background:#FFF;
border:1px solid #e8e9e9;
margin:0 0 16px;
padding:16px;
}
.block p {
margin:15px 0 0;
}
/* Headings */
.block h3 {
border-bottom:2px solid #EFEFEF;
color:#757575;
font-size:1.5em;
font-weight:400;
margin:0 0 7px;
padding-left:3px;
}
.block h3 strong {
color:#92af1c;
font-weight:400;
}
/* Lists */
#content .block ul {
margin:0;
}
/* With Rounded Corners */
#side-box,
#side-box-plain {
border-width:0 1px;
padding:0 16px;
}
#side-box .round-top-red {
- background:url('../img/bg-side-box-top-red.png') no-repeat left top;
+ background:url('@templates_base@/img/bg-side-box-top-red.png') no-repeat left top;
height:16px;
margin:0 -17px;
}
#side-box .round-bottom,
#side-box-plain .round-bottom {
- background:url('../img/bg-side-box-bottom.png') no-repeat left bottom;
+ background:url('@templates_base@/img/bg-side-box-bottom.png') no-repeat left bottom;
height:16px;
margin:0 -17px;
}
#side-box .round-top,
#side-box-plain .round-top {
- background:url('../img/bg-side-box-top.png') no-repeat left top;
+ background:url('@templates_base@/img/bg-side-box-top.png') no-repeat left top;
height:16px;
margin:0 -17px;
}
/* -- !Side Box -- */
#side-box h3 {
- background:#960c03 url('../img/bg-side-box-top-red.png') no-repeat left top;
+ background:#960c03 url('@templates_base@/img/bg-side-box-top-red.png') no-repeat left top;
border:none;
color:#FFF;
font-size:1.16em;
font-weight:700;
margin:0 -11px 12px;
padding:7px 10px 6px;
}
#side-box label {
-background:url('../img/icon-email.png') no-repeat left center;
+background:url('@templates_base@/img/icon-email.png') no-repeat left center;
color:#9b9b9b;
font-size:12px;
display:block;
line-height:19px;
padding:0 0 0 27px;
}
#side-box .emailfield input {
border:1px solid #e3e4e4;
display:block;
margin:7px 0 15px;
padding:3px;
width:164px;
}
#side-box .submit input {
- background:url('../img/bg-form-email-submit.png') no-repeat left top;
+ background:url('@templates_base@/img/bg-form-email-submit.png') no-repeat left top;
border:none;
color:#666;
cursor:pointer;
float:right;
font-size:11px;
margin:0;
padding:0;
height:22px;
width:70px;
}
#side-box .submit input:hover {
- background-image:url('../img/bg-form-email-submit-hover.png');
+ background-image:url('@templates_base@/img/bg-form-email-submit-hover.png');
color:#FFF;
}
#side-box span#errormsg {
color:red;
}
/* Remove Top Rounded Corner */
#side-box .round-top {
display:none;
}
#side-box {
padding:0 10px;
}
#side-box .round-bottom {
margin:0 -11px;
}
#side-box .link-rss,
#side-box-plain .link-rss {
position:absolute;
margin:17px;
right:0;
top:0;
}
/* validation style */
#side-box label.error {
background:none;
padding:0;
color:red;
}
/* -- Main Content -- */
#content-main {
background:none;
border:none;
padding:0;
}
#content-main .block {
background:#FFF;
border:1px solid #e8e9e9;
border-width:1px;
padding:20px;
}
/* With Rounded Corners */
#content-main .block {
border-width:0 1px;
padding:0 20px;
}
#content-main .round-top {
- background:url('../img/bg-content-top.png') no-repeat left top;
+ background:url('@templates_base@/img/bg-content-top.png') no-repeat left top;
height:21px;
margin:0 -21px;
}
#content-main .round-bottom {
- background:url('../img/bg-content-bottom.png') no-repeat left bottom;
+ background:url('@templates_base@/img/bg-content-bottom.png') no-repeat left bottom;
height:21px;
margin:0 -21px;
}
/* -- !Latest -- */
#block-latest .feature {
-background:url('../img/bg-block-latest-featured.png') no-repeat 237px top;
+background:url('@templates_base@/img/bg-block-latest-featured.png') no-repeat 237px top;
color:#666;
margin:5px 0 0;
padding:10px 0 0 194px;
position:relative;
}
* html #block-latest .feature {
height:125px;
}
#block-latest .feature-1 {
background:none;
margin:0;
padding-top:0;
}
#block-latest .feature img {
float:left;
margin:0 0 0 -194px;
padding-right:10px;
}
#block-latest .feature h4 {
margin:0 0 5px;
}
#block-latest .feature p {
margin:5px 0 0;
float: left;
width: 245px;
}
Index: branches/1.1.x/inc/print.css
===================================================================
--- branches/1.1.x/inc/print.css (revision 13483)
+++ branches/1.1.x/inc/print.css (revision 13484)
@@ -1,42 +1,42 @@
- @import url(typography.css);
+@import url(typography.css);
#nav, #nav-sec, #nav-sub, #content-tools, #nav-accessibility, #masthead form, #site-info ul {
display: none;
}
h1#branding {
font-size: 1.5em;
text-indent: 0;
}
#site-info {
background: #FFF;
color: #ccc;
font-size: 0.82em;
}
#site-info p, #site-info p a:link {
color: #ccc;
}
/* !Registration
--------------------- */
.important { font-size: 1.3em; padding: 1em 1em 1.5em 1em; }
.registration { width: 490px; }
.registration #registrationresultssummary li {
list-style: none;
background: none;
padding: 0 0 3px 0;
margin: 0;
}
.registration #registrationresultssummary ul, .registration #registrationresultssummary td {
padding: 0;
margin: 0;
}
.payment-options .creditcard {
border-bottom: 1px solid rgb(51, 51, 51);
}
Index: branches/1.1.x/inc/layout.css
===================================================================
--- branches/1.1.x/inc/layout.css (revision 13483)
+++ branches/1.1.x/inc/layout.css (revision 13484)
@@ -1,528 +1,528 @@
html {
margin:0;
padding:0;
}
body {
margin:0;
padding:28px 0 0;
- background: #f8f8f8 url('../img/bg-body.png') repeat-x left top;
+ background: #f8f8f8 url('@templates_base@/img/bg-body.png') repeat-x left top;
}
#wrapper {
margin:0 auto;
width:945px;
height:auto;
}
#content {
clear:both;
position:relative;
}
#content-main {
background:#FFF;
float:left;
margin:0 13px;
width:531px;
}
#content-main.inner {
margin:0 0 20px 13px;
width:738px;
}
#content-main {
margin:0 13px;
width:531px;
}
#content-ter {
float:left;
width:194px;
}
#content-sec {
float:left;
margin:0 0 20px;
width:194px;
}
#site-info {
clear:both;
}
/* !Layout - Other
--------------------- */
#nav-accessibility {
display:none;
}
hr {
display:none;
}
/* !Masthead
--------------------- */
#masthead {
background:#a60d03;
clear:both;
height:138px;
position:relative;
}
.inside #masthead {
margin-top:-19px;
padding-top:19px;
}
/* -- !Branding -- */
h1#branding {
position:relative;
top:-13px;
left:-4px;
}
h1#branding a {
-background:url('../img/logo.png') no-repeat left top;
+background:url('@templates_base@/img/logo.png') no-repeat left top;
display:block;
height:105px;
text-indent:-999em;
width:220px;
}
/* -- !Intro -- */
#intro {
position:absolute;
right:-8px;
top:-17px;
}
/* -- !Secondary Navigation -- */
#nav-sec {
clear:both;
margin:8px 0 9px 19px;
}
/* Adjust for border on hover */
#nav-sec {
margin-bottom:9px;
}
#nav-sec li {
- background:url('../img/bg-nav-sec-li.png') no-repeat left center;
+ background:url('@templates_base@/img/bg-nav-sec-li.png') no-repeat left center;
float:left;
margin:0 0 0 15px;
padding:0 0 0 16px;
}
#nav-sec li.first-child {
background:none;
margin:0;
padding:0;
}
#nav-sec a {
color:#FFF;
display:block;
font-weight:700;
line-height:32px;
padding:0 0 2px;
text-decoration:none;
}
#nav-sec a:hover {
color:#000;
text-decoration:underline;
}
/* Red Border on Hover */
.js #nav-sec li a:hover {
text-decoration:none;
}
#nav-sec li a div {
padding:0 0 2px;
margin:0 -5px -2px;
position:relative;
top:-9px;
}
#nav-sec li a:hover div {
border-bottom:2px solid #c4160b;
padding:0;
}
/* -- !Navigation -- */
ul#nav {
-background:#282828 url('../img/bg-nav.png') repeat-x left top;
+background:#282828 url('@templates_base@/img/bg-nav.png') repeat-x left top;
border-top:1px solid #FFF;
font-size:12px;
margin:0;
}
#nav li {
float:left;
margin:0;
}
#nav li a {
-background:url('../img/bg-nav.png') no-repeat left -35px;
+background:url('@templates_base@/img/bg-nav.png') no-repeat left -35px;
color:#FFF;
display:block;
font-weight:700;
line-height:32px;
padding:0 18px 2px 17px;
text-align:center;
text-decoration:none;
}
#nav li:hover a,#nav li.hover a,#nav li a.active {
- background:url('../img/bg-nav.png') no-repeat left -70px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat left -70px;
}
#nav li a:hover {
text-decoration:underline;
}
/* Rounded Corner */
#nav li:first-child a,#nav li.first-child a {
-background:url('../img/bg-nav.png') no-repeat left -105px;
+background:url('@templates_base@/img/bg-nav.png') no-repeat left -105px;
}
#nav li:first-child:hover a,#nav li:first-child a.active,#nav li.first-child:hover a,#nav li.first-child-hover a,#nav li.first-child a.active {
-background:url('../img/bg-nav.png') no-repeat left -140px;
+background:url('@templates_base@/img/bg-nav.png') no-repeat left -140px;
}
/* Contact Us */
#nav li.last-child a {
-background:url('../img/bg-nav.png') no-repeat left -315px;
+background:url('@templates_base@/img/bg-nav.png') no-repeat left -315px;
}
/* Red Border on Hover */
#nav li a:hover {
text-decoration:none;
}
#nav li a div {
padding:0 0 2px;
margin:0 -5px -4px;
position:relative;
top:-8px;
}
#nav li:hover a div,#nav li.hover a div {
border:1px solid #a60d03;
padding:0;
}
/* Second Level */
#nav li ul {
background:#000;
display:block;
padding:4px 0 1px;
position:absolute;
left:-999em;
width:220px;
z-index:100;
}
#nav li ul li {
background:none;
clear:both;
width:100%;
}
#wrapper #nav li ul li a {
background:none;
border:1px solid #313131;
border-width:0 0 1px;
display:block;
font-size:11px;
line-height:1.2;
padding:5px 17px;
text-align:left;
}
#wrapper #nav li ul li a:hover {
background:#282828;
}
#nav li:hover ul,#nav li.hover ul {
left:auto;
}
/* -- !Search Form -- */
#masthead form {
- background:#282828 url('../img/bg-form-search.png') no-repeat right top;
+ background:#282828 url('@templates_base@/img/bg-form-search.png') no-repeat right top;
border-top:1px solid #FFF;
bottom:0;
position:absolute;
right:0;
height:32px;
width:180px;
}
#masthead form fieldset {
padding:6px 6px 0 0;
float:right;
}
#masthead form label {
display:none;
}
#masthead form input.sq-form-field,
#masthead form .submit input {
border:1px solid #e3e4e4;
display:block;
float:left;
font-size:10px;
padding:2px 2px 1px;
width:109px;
}
#masthead form .submit input {
- background:url('../img/bg-form-search-submit.png') no-repeat left top;
+ background:url('@templates_base@/img/bg-form-search-submit.png') no-repeat left top;
border:none;
color:#FFF;
cursor:pointer;
cursor:hand;
font-weight:700;
height:18px;
width:53px;
}
/* !Breadcrumb
--------------------- */
#breadcrumb {
color:#4790b4;
float:left;
font-size:.91em;
line-height:31px;
margin:0 0 0 4px;
}
#breadcrumb a {
color:#4790b4;
}
/* !Content Tools
--------------------- */
#content-tools {
float:right;
margin:10px 23px 0 10px;
}
#content-tools li {
display:inline;
}
#content-tools a {
-background:url('../img/ir-content-tools.png') no-repeat 0 50%;
+background:url('@templates_base@/img/ir-content-tools.png') no-repeat 0 50%;
display:block;
float:left;
height:11px;
margin:0 0 0 14px;
outline:none;
text-indent:-999em;
}
#content-tools #send-to-friend a {
width:13px;
}
#content-tools #text-size #text-decrease {
background-position:-23px 50%;
margin:0 0 0 12px;
width:5px;
}
#content-tools #text-size #text-increase {
background-position:-33px 50%;
margin:0 0 0 5px;
width:6px;
}
#content-tools #print-version a {
background-position:-54px 50%;
width:12px;
}
#content-tools #text-version a {
background-position:-80px 50%;
width:10px;
}
/* !Site Information
--------------------- */
#site-info {
margin:20px 0 0;
}
#site-info ul {
- background:url('../img/bg-nav.png') repeat-x 0 -350px;
+ background:url('@templates_base@/img/bg-nav.png') repeat-x 0 -350px;
}
#site-info ul li {
float:left;
margin:0;
}
#site-info ul li a {
- background:url('../img/bg-nav.png') no-repeat left -35px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat left -35px;
color:#FFF;
display:block;
font-weight:700;
line-height:34px;
padding:0 21px 0 20px;
text-align:center;
text-decoration:none;
}
#site-info ul li a:hover,
#site-info ul li a.active {
- background:url('../img/bg-nav.png') no-repeat left -70px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat left -70px;
}
#site-info ul li a:hover {
text-decoration:underline;
}
/* Rounded Corner */
#site-info ul li:first-child a,
#site-info ul li.first-child a {
- background:url('../img/bg-nav.png') no-repeat left -175px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat left -175px;
}
#site-info ul li:first-child a:hover,
#site-info ul li:first-child a.active,
#site-info ul li.first-child a:hover,
#site-info ul li.first-child a.active {
- background:url('../img/bg-nav.png') no-repeat left -210px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat left -210px;
}
/* Back to top */
#site-info ul li.last-child {
float:right;
}
#site-info ul li.last-child a {
- background:url('../img/bg-nav.png') no-repeat right -245px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat right -245px;
}
#site-info ul li.last-child a:hover,
#site-info ul li.last-child a.active {
- background:url('../img/bg-nav.png') no-repeat right -280px;
+ background:url('@templates_base@/img/bg-nav.png') no-repeat right -280px;
}
/* Red Border on Hover */
#site-info ul li a:hover {
text-decoration:none;
}
#site-info ul li a div {
display:block;
padding:0 0 2px;
margin:0 -5px -4px;
position:relative;
top:-8px;
}
#site-info ul li a:hover div {
border-bottom:2px solid #a60d03;
padding:0;
}
/* !Borders
--------------------- */
#content-main {
border:1px solid #e8e9e9;
border-width:0 1px;
padding:0 20px;
}
#content-main.inner .round-top {
-background:url('../img/bg-content-inside-top.png') no-repeat left top;
+background:url('@templates_base@/img/bg-content-inside-top.png') no-repeat left top;
height:21px;
margin:0 -21px;
}
#content-main.inner .round-bottom {
-background:url('../img/bg-content-inside-bottom.png') no-repeat left bottom;
+background:url('@templates_base@/img/bg-content-inside-bottom.png') no-repeat left bottom;
height:21px;
margin:0 -21px;
}
/* !Sub Navigation
--------------------- */
#nav-sub {
-background:#46474b url('../img/bg-nav-sub-bottom.png') no-repeat left bottom;
+background:#46474b url('@templates_base@/img/bg-nav-sub-bottom.png') no-repeat left bottom;
}
#nav-sub ul {
-background:url('../img/bg-nav-sub-top.png') no-repeat left top;
+background:url('@templates_base@/img/bg-nav-sub-top.png') no-repeat left top;
list-style:none;
margin:0;
padding:15px 0;
}
#nav-sub ul li {
display:inline;
margin:0;
padding:0;
}
#nav-sub li a {
-background:url('../img/bg-nav-sub-li.png') no-repeat 12px .65em;
+background:url('@templates_base@/img/bg-nav-sub-li.png') no-repeat 12px .65em;
border-bottom:1px solid #1c1d21;
color:#FFF;
display:block;
margin:0 1px;
padding:3px 12px 3px 25px;
}
#nav-sub li.expanded a {
-background:#6a6b6d url('../img/bg-nav-sub-li-expanded.png') no-repeat 10px .65em;
+background:#6a6b6d url('@templates_base@/img/bg-nav-sub-li-expanded.png') no-repeat 10px .65em;
text-decoration:none;
}
#nav-sub li a:hover {
background-color:#6a6b6d;
text-decoration:none;
}
#nav-sub li.current a {
background-color:#6a6d6d;
}
/* Level 2 */
#nav-sub ul ul {
background:none;
border-bottom:1px solid #1c1d21;
padding:0;
}
#nav-sub li.expanded li a {
background:none;
border:none;
margin:0 0 1px;
padding:3px 12px 3px 34px;
}
#nav-sub li li a:hover {
background-color:#6a6b6d;
}
#nav-sub li.expanded li.current a {
background-color:#6a6d6d;
}
/* No margin for last child */
#nav-sub li.expanded li.last-child a {
margin:0;
}
\ No newline at end of file
Index: branches/1.1.x/inc/override.css
===================================================================
--- branches/1.1.x/inc/override.css (revision 13483)
+++ branches/1.1.x/inc/override.css (revision 13484)
@@ -1,11 +1,11 @@
-#block-latest .feature { height: auto !important; padding: 10px 0 0 0; background: url('../img/bg-block-latest-featured.png') repeat-x -2px top; }
+#block-latest .feature { height: auto !important; padding: 10px 0 0 0; background: url('@templates_base@/img/bg-block-latest-featured.png') repeat-x -2px top; }
#block-latest .feature div { padding-bottom: 4px; }
#block-latest .feature div div { padding-bottom: 0; }
#block-latest .feature-1 { padding: 0; background: none; }
#block-latest .feature p { float: none; width: auto; margin: 0 0 4px 0; }
#block-latest .feature img { margin: -10px 0 5px 0; background-color: #fff; }
#block-latest .feature-1 img { margin: 0; }
#block-podcasts { position: relative; }
*+ html #content-ter { float: right; margin-right: -180px; }
\ No newline at end of file
Index: branches/1.1.x/inc/screen.css
===================================================================
--- branches/1.1.x/inc/screen.css (revision 13483)
+++ branches/1.1.x/inc/screen.css (revision 13484)
@@ -1,42 +1,33 @@
-@import 'reset.css'; /* Reset */
- @import url(typography.css);
- /* Typography */
- @import url(layout.css);
- /* Structure */
- @import url(content.css);
- /* Content */
-
-
/* !Hacks
--------------------- */
/* Add height to containers */
#nav-sec, #nav, #site-info ul, ul.event-listing li, #block-latest .feature, #events .header {
overflow: hidden;
}
/* Fix Margins */
#content {
clear: both;
float: left;
/*width: 100%;*/
}
/* Nav Fixes */
#masthead {
z-index: 100;
}
#nav li ul li {
position: relative;
z-index: 101;
}
#nav li ul li a {
position: relative;
z-index: 100;
}
#content, #content-sub, #content-main {
position: relative;
z-index: 0;
}
\ No newline at end of file
Index: branches/1.1.x/inc/typography.css
===================================================================
--- branches/1.1.x/inc/typography.css (revision 13483)
+++ branches/1.1.x/inc/typography.css (revision 13484)
@@ -1,153 +1,153 @@
/* -- TYPE DEFAULTS -- */
body {
color:#2f2d2d;
font:75%/1.3 Arial, Helvetica, sans-serif;
}
/* !MARGINS + PADDING DEFAULTS
-------------------------*/
#content h1,h2,h3,h4,h5 {
margin:25px 0 0;
}
p,
#content ul,
.block ul,
dl,
ol,
blockquote {
margin:.83em 0 1.33em;
}
p img {
margin:0;
}
td {
padding:.2em;
}
/* !HEADINGS
-------------------------*/
#content h1 {
color:#a60d03;
font-size:1.5em;
font-weight:400;
margin:0 0 .77em;
}
h2 {
color:#92af1c;
font-size:1.33em;
font-weight:700;
margin:0 0 .625em;
}
h3 {
color:#c4160b;
font-size:1.25em;
font-weight:700;
}
h4 {
color:#757575;
font-size:1.17em;
font-weight:700;
}
h5 {
color:#000;
font-size:1.08em;
font-weight:700;
margin:0;
}
/* !OTHER ELEMENTS
-------------------------*/
#content-main br.clear {
clear:both;
}
.small {
font-size:.83em;
}
img.align-right {
float:right;
margin:0 0 0 22px;
}
img.align-left {
float:left;
margin:0 22px 0 0;
}
strong {
}
/* !LISTS
-------------------------*/
li {
}
#content ul,ol {
margin-left:0;
padding-left:0;
}
#content li {
-background:url('../img/li.png') no-repeat 0 .31em;
+background:url('@templates_base@/img/li.png') no-repeat 0 .31em;
margin:6px 0;
padding:0 0 0 12px;
}
#content ol {
margin-left:2.5em;
}
#content ol li {
background:none;
padding:0;
}
li ul {
margin:0;
}
/* No List */
ul.plain-list {
margin:0;
padding:0;
list-style:none;
}
/* Definition Links */
dt {
color:#92af1c;
font-weight:400;
font-size:1.08em;
margin:1em 0 .3em;
}
dd {
margin:.3em 0 .5em 60px;
}
/* !LINKS
-------------------------*/
a,a:link,a:visited,a:hover,a:active {
color:#288dbf;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a img {
border:none;
}
.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited,.breadcrumb a:active {
color:#999;
}
\ No newline at end of file
Index: branches/1.1.x/elements/html_head.elm.tpl
===================================================================
--- branches/1.1.x/elements/html_head.elm.tpl (revision 13483)
+++ branches/1.1.x/elements/html_head.elm.tpl (revision 13484)
@@ -1,30 +1,36 @@
<inp2:m_if check="c.current_Field" name="MetaKeywords">
<meta name="Keywords" content="<inp2:c.current_Field name='MetaKeywords'/>"/>
<inp2:m_else/>
<meta name="Keywords" content="<inp2:m_GetConfig name='Category_MetaKey'/>"/>
</inp2:m_if>
<inp2:m_if check="c.current_Field" name="MetaDescription">
<meta name="Description" content="<inp2:c.current_Field name='MetaDescription'/>"/>
<inp2:m_else/>
<meta name="Description" content="<inp2:m_GetConfig name='Category_MetaDesc'/>"/>
</inp2:m_if>
-<meta name="author" content="<inp2:m_GetConfig name='Site_Name'/>"/>
+<meta name="author" content="<inp2:m_GetConfig name='Site_Name'/>"/>
<meta http-equiv="content-type" content="text/html; charset=<inp2:lang.current_Field name='Charset'/>" />
<!-- CSS -->
-<link rel="stylesheet" type="text/css" href="<inp2:m_TemplatesBase />inc/screen.css" media="screen" />
-<link rel="stylesheet" type="text/css" href="<inp2:m_TemplatesBase />inc/print.css" media="print" />
-<link rel="stylesheet" type="text/css" href="<inp2:m_TemplatesBase />inc/override.css" media="all" />
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='
+ inc/reset.css|
+ inc/typography.css|
+ inc/layout.css|
+ inc/content.css|
+ inc/screen.css|
+'/>" media="screen" />
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/print.css'/>" media="print" />
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/override.css'/>" media="all" />
<!--[if IE 6]>
-<link rel="stylesheet" type="text/css" href="<inp2:m_TemplatesBase module="In-Portal"/>inc/ie6.css" media="screen" />
+<link rel="stylesheet" type="text/css" href="<inp2:m_Compress files='inc/ie6.css'/>" media="screen" />
<![endif]-->
<!-- JS -->
<inp2:st_EditingScripts/>
<inp2:m_ifnot check="m_GetConst" name="EDITING_MODE"> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jquery.pack.js"></script>
</inp2:m_ifnot> <!--## EXCLUDE JS WHEN IN ADMIN ##-->
<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/jquery/jcookie.js"></script>
-<script type="text/javascript" src="<inp2:m_TemplatesBase />inc/general.js"></script>
\ No newline at end of file
+<script type="text/javascript" src="<inp2:m_Compress files='inc/general.js'/>"></script>
\ No newline at end of file
Event Timeline
Log In to Comment