By cflorin on
Hello! Is there anyway to theme aggregator and book nodes through *.tpl.php files other than node.tpl.php? I mean, if I create a node-aggregator.tpl.php or node-book.tpl.php will it work?
Thank you!
Hello! Is there anyway to theme aggregator and book nodes through *.tpl.php files other than node.tpl.php? I mean, if I create a node-aggregator.tpl.php or node-book.tpl.php will it work?
Thank you!
Comments
Hey, I found this post when
Hey, I found this post when searching. Might aswell put an answer, if not too late :-)
Have a look at the Developer module. It now includes a Theme Developer module with which you can point and click anywhere in your website and get information about which template is used for what part.
...and yes, the aggregator can be themed using
theme_item_list()andtheme_aggregator_block_item().Hope this helps,
Jens