pbstar
Newbie   Posts: 8 Registered: 7/11/2003 Status: Offline
|
posted on 1/17/2008 at 02:35 PM |
I was having an issue debugging some style sheets, noticing that links on
certain pages were being changed in color because of an autotheme insert
into the head. I was digging around and changed nothing more than the color
of one of the lines in theme.cfg of my theme from 00000 to 336699 and back
to black again and now all the pages are blank?
And when I view source I get:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html;
charset=utf-8"></HEAD>
<BODY></BODY></HTML>
Any help? |
| |
| |
pbstar
Newbie   Posts: 8 Registered: 7/11/2003 Status: Offline
|
posted on 1/17/2008 at 02:40 PM |
I re-uploaded an old offline version of theme.cfg and now it works...but I
want to see what's up. How did that happen in the first place?
And back to my original issue how do you get rid of or modify this that is
getting spit out with certain pages?
************************ AutoTheme 0.87 *************************
-->
<!-- Head from system -->
<style type="text/css">
.pagedcss a, a:visited{color: #000000; text-decoration: none;}
.pagedcss a:hover, a:active{color: #000000; text-decoration: underline;}
</style>
<script language="JavaScript" type="text/javascript"
src="modules/PagEd/javascript/tooltip.js"></script>
<!--
***************************************************************** |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 1/17/2008 at 03:39 PM |
1. Dunno how it happened. You could have mis-typed something (theme.cfg)
is a PHP file so all must be valid PHP, no parse errors etc.. It could
have been corrupted somehow when you uploaded it or saved it.
2. The PagEd module is adding this when you view a PagEd page.
-Shawn
|
| |