https://www.icyphoenix.com/viewtopic.php?f=26&t=859
-----------------------------------
MartinTruckenbrodt
Thu 11 Jan, 2007 01:01

FAP CUSTOMIZATION - [MOD] FAP And Enabled CSS Files
-----------------------------------
Hello, 

If you have subSilver.css enabled, [color=red][b]don't[/b][/color] add the line 

[code linenumbers=false]<link rel="stylesheet" href="templates/subSilver/FAP.css" type="text/css">[/code]
at templates/subSilver/overall_header.tpl and templates/subSilver/admin/pager_header.tpl. 

[code linenumbers=false]OPEN subSilver.css
#
FIND 
#
@import url("formIE.css"); 

#
AFTER ADD 
#
/* Import the Full Album Pack styles */ 
@import url("FAP.css");

[/code]


Bye Martin


