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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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