Hello,

If you have subSilver.css enabled, don't add the line

Code: [Download] [Hide] [Select]
<link rel="stylesheet" href="templates/subSilver/FAP.css" type="text/css">

at templates/subSilver/overall_header.tpl and templates/subSilver/admin/pager_header.tpl.

Code: [Download] [Hide] [Select]
OPEN subSilver.css
#
FIND
#
@import url("formIE.css");

#
AFTER ADD
#
/* Import the Full Album Pack styles */
@import url("FAP.css");




Bye Martin