/[pkg-tikiwiki]/tags/feature/1.9.5/external-libs/tiki-mailin.php
ViewVC logotype

Contents of /tags/feature/1.9.5/external-libs/tiki-mailin.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 124 - (show annotations) (download)
Tue Nov 7 12:14:33 2006 UTC (6 years, 6 months ago) by marcusb-guest
File size: 744 byte(s)
Tag and move branch.
1 <?php
2
3 // $Header: /cvsroot/tikiwiki/tiki/tiki-mailin.php,v 1.6.2.1 2005/01/01 00:11:25 damosoft Exp $
4
5 // Copyright (c) 2002-2005, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
6 // All Rights Reserved. See copyright.txt for details and a complete list of authors.
7 // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
8
9 // Initialization
10 require_once ('tiki-setup.php');
11
12 //check if feature is on
13 if($feature_mailin != 'y') {
14 $smarty->assign('msg', tra("This feature is disabled").": feature_mailin");
15 $smarty->display("error.tpl");
16 die;
17 }
18
19 include_once ('tiki-mailin-code.php');
20
21 $smarty->assign('content', $content);
22 $smarty->assign('mid', 'tiki-mailin.tpl');
23 $smarty->display("tiki.tpl");
24 ?>

  ViewVC Help
Powered by ViewVC 1.1.5