Am I right that the use of default_pop.tpl template files will be going =
away in future releases? Should module developers not rely on =
default_pop but instead always use default_box? =20
If I develop a theme with a defaults directory can I get away with =
setting default.php to:=20
<?php
$default_box =3D "default.tpl";
$default_pop =3D "default.tpl";
?>
deafult.tpl being used in both cases.
|