Static template files are registered by extensions contrary to Static Template records which come from the static database table, “static_template”.
ext_tables.php
// the static templates
t3lib_extMgm::addStaticFile($_EXTKEY, ‘static/t3blog/pi1’, ‘T3BLOG – main configuration’);
t3lib_extMgm::addStaticFile($_EXTKEY, ‘static/t3blog/styling/’, ‘T3BLOG CSS – snowflake theme 1’);
t3lib_extMgm::addStaticFile($_EXTKEY, ‘static/t3blog/template/’, ‘T3BLOG template – snowflake theme 1 ‘);
t3lib_extMgm::addStaticFile($_EXTKEY, ‘static/t3blog/’, ‘T3BLOG blog2page – output to the page’);
t3lib_extMgm::addStaticFile($_EXTKEY, ‘static/t3blog/pi2/’, ‘T3BLOG functionalities on your website’);