ZenphotoCMS Forum
Theming 1.4.4: Replacement for getTheme - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Theming 1.4.4: Replacement for getTheme (/thread-10746.html)



Theming 1.4.4: Replacement for getTheme - Wete - 2013-01-17

Hi there!

My Theme starts with
`

`

ZP 1.4.4 says, getTheme is deprecated, but if I delete the line, ZP does not use the theme (css). What to do?

Wete




Theming 1.4.4: Replacement for getTheme - fretzl - 2013-01-17

You can of course call the CSS directly in the [i]head[/i] of your page.
``




Theming 1.4.4: Replacement for getTheme - acrylian - 2013-01-17

If something is deprecated you never can just delete it without using the replacement. The replacement in this case is to use the theme_head filter. Look at the default theme's function.php right at the beginning.