Classic Theme <link> tag Classic Theme <link> tag
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Classic Theme <link> tag

Started by kaptainkory, July 28, 2005, 08:32:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kaptainkory

Technically, a link tag should include a type attribute.

For the Classic Theme (and possibly other themes) in template.html,

FIND (Line 9):

<link rel="stylesheet" href="themes/classic/style.css" />

REPLACE WITH:

<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />

Thanks.

Joachim Müller

valid report.

@dev team: volunteers?

Tranz


Tranz