From ff32e499745367b816d10f25e63ff3328214c32f Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Mon, 13 Aug 2012 10:45:23 +0000 Subject: - Import moonmoon - Create repo per langs --- common/custom/views/default/index.tpl.php | 73 +++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100755 common/custom/views/default/index.tpl.php (limited to 'common/custom/views/default/index.tpl.php') diff --git a/common/custom/views/default/index.tpl.php b/common/custom/views/default/index.tpl.php new file mode 100755 index 0000000..1bf037a --- /dev/null +++ b/common/custom/views/default/index.tpl.php @@ -0,0 +1,73 @@ +getMaxDisplay(); +$count = 0; + +header('Content-type: text/html; charset=UTF-8'); +?> + + + + + + + <?php echo $PlanetConfig->getName(); ?> + + + + + +
+ + +
+ +
+

+ +

+

+
+ + + get_feed()->getWebsite()); + $host = 'from-' . preg_replace('/[^a-zA-Z0-9]/i', '-', $arParsedUrl['host']); + ?> +
+

+ get_title(); ?> +

+ +
+ get_content(); ?> +
+
+ + + +
+ + + + +
+ + -- cgit v1.2.1