Login page BG color - colorpack not linked
athertop
Joined: 2003-08-06
Posts: 38 |
![]() |
I have created my own amended colorpack and have this assigned to my gallery 2 throughout. On all galley pages I can see the code: I am trying to figure out what inserts the css links into the theme.tpl. There is a section at the top of theme.tpl: {* Let Gallery print out anything it wants to put into the <head> element *} And it appears that the variable g->head puts those css links in, but I can't figure where that variable comes from. Anyone any idea how to link my colorpack to the login page? Thanks, Paul using Gallery v2.3 on LAMP |
|
Dayo
Joined: 2005-11-04
Posts: 1642 |
![]() |
The best way with the current implementation is to add that line into theme.tpl below the "g-head" line and before any line containing "</head>". This will make it appear in all G2 pages. You will need to remove it from other locations you might have added it to. -- |
|
athertop
Joined: 2003-08-06
Posts: 38 |
![]() |
Thanks for the work-around. I will put that in just now until I find something more suitable (as this will have the same link line appear twice for most pages). These forums are awesome! I love the fact that help is only a few minutes away. Thanks again, Paul |
|
eliz82
Joined: 2009-11-06
Posts: 71 |
![]() |
athertop wrote:
Anyone any idea how to link my colorpack to the login page? edit this file link your css code in that file using {g->head} |
|