Index: /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/application.tpl
===================================================================
--- /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/application.tpl	(revision 11160)
+++ /temp/branches/ec-cube-beta/data/Smarty/templates/campaign/application.tpl	(revision 11161)
@@ -19,4 +19,10 @@
 </form>
 
+<!--{*¥í¥°¥¤¥ó¥Õ¥©¡¼¥à¡¼*}-->
+<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`login.tpl}-->
+
+<!--{*²ñ°÷ÅÐÏ¿¥Õ¥©¡¼¥à*}-->
+<!--{include file=`$smarty.const.CAMPAIGN_BLOC_PATH`entry.tpl}-->
+
 <!--{*¥Õ¥Ã¥¿¡¼ÆÉ¹þ*}-->
 <!--{include file=`$tpl_dir_name`/footer.tpl}-->
Index: /temp/branches/ec-cube-beta/data/conf/conf.php
===================================================================
--- /temp/branches/ec-cube-beta/data/conf/conf.php	(revision 10901)
+++ /temp/branches/ec-cube-beta/data/conf/conf.php	(revision 11161)
@@ -30,4 +30,6 @@
 define("CAMPAIGN_TEMPLATE_DIR", "include/campaign/");
 define("CAMPAIGN_TEMPLATE_PATH", USER_PATH . CAMPAIGN_TEMPLATE_DIR);
+define("CAMPAIGN_BLOC_DIR", "bloc/");
+define("CAMPAIGN_BLOC_PATH", CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR);
 define("CAMPAIGN_TEMPLATE_ACTIVE", "active/");
 define("CAMPAIGN_TEMPLATE_END", "end/");
