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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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