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
You can of course call the CSS directly in the [i]head[/i] of your page. ``
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.