菜单

Include static (from extensions):

2010年05月17日 - typo3

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’);

发表评论

电子邮件地址不会被公开。 必填项已用*标注