OSDN Git Service

add php files.
authorTaku Amano <taku@toi-planning.net>
Tue, 24 Feb 2009 02:50:15 +0000 (11:50 +0900)
committerTaku Amano <taku@toi-planning.net>
Tue, 24 Feb 2009 02:50:15 +0000 (11:50 +0900)
any tags is not implemented yet.

php/block.mtiflovelettercancel.php [new file with mode: 0644]
php/block.mtifloveletterok.php [new file with mode: 0644]
php/block.mtloveletter.php [new file with mode: 0644]
php/block.mtloverspopularwith.php [new file with mode: 0644]
php/block.mtmote.php [new file with mode: 0644]
php/function.mtlovelettercancel.php [new file with mode: 0644]
php/function.mtloveletterok.php [new file with mode: 0644]
php/function.mtloveletterresponse.php [new file with mode: 0644]
php/init.Lovers.php [new file with mode: 0644]

diff --git a/php/block.mtiflovelettercancel.php b/php/block.mtiflovelettercancel.php
new file mode 100644 (file)
index 0000000..d5c9072
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_block_MTIfLoveLetterCancel($args, $content, &$ctx, &$repeat) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/block.mtifloveletterok.php b/php/block.mtifloveletterok.php
new file mode 100644 (file)
index 0000000..3213b89
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_block_MTIfLoveLetterOK($args, $content, &$ctx, &$repeat) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/block.mtloveletter.php b/php/block.mtloveletter.php
new file mode 100644 (file)
index 0000000..71af80c
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_block_MTLoveLetter($args, $content, &$ctx, &$repeat) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/block.mtloverspopularwith.php b/php/block.mtloverspopularwith.php
new file mode 100644 (file)
index 0000000..52c6667
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+function smarty_block_MTLoversPopularWith($args, $content, &$ctx, &$repeat) {
+       return lovers_popular_with($args, $content, $ctx, $repeat);
+}
+?>
diff --git a/php/block.mtmote.php b/php/block.mtmote.php
new file mode 100644 (file)
index 0000000..90106a3
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+function smarty_block_MTMote($args, $content, &$ctx, &$repeat) {
+       return lovers_popular_with($args, $content, $ctx, $repeat);
+}
+?>
diff --git a/php/function.mtlovelettercancel.php b/php/function.mtlovelettercancel.php
new file mode 100644 (file)
index 0000000..0a549f4
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_function_MTLoveLetterCancel($args, &$ctx) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/function.mtloveletterok.php b/php/function.mtloveletterok.php
new file mode 100644 (file)
index 0000000..15871b5
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_function_MTLoveLetterOK($args, &$ctx) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/function.mtloveletterresponse.php b/php/function.mtloveletterresponse.php
new file mode 100644 (file)
index 0000000..5b45036
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+function smarty_function_MTLoveLetterResponse($args, &$ctx) {
+       return
+               preg_replace('/^[^\.]*\.([^\.]*).*/', '$1', __FILE__)
+               . ' is not yet implemented.';
+}
+?>
diff --git a/php/init.Lovers.php b/php/init.Lovers.php
new file mode 100644 (file)
index 0000000..f75d65f
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+function lovers_popular_with($args, $content, &$ctx, &$repeat) {
+       return '';
+}
+
+?>