diff options
Diffstat (limited to 'languages/php/file_templates')
-rw-r--r-- | languages/php/file_templates/Makefile.am | 4 | ||||
-rw-r--r-- | languages/php/file_templates/php | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/languages/php/file_templates/Makefile.am b/languages/php/file_templates/Makefile.am new file mode 100644 index 00000000..7f031b4a --- /dev/null +++ b/languages/php/file_templates/Makefile.am @@ -0,0 +1,4 @@ +templatedir = $(kde_datadir)/kdevfilecreate/file-templates +template_DATA = php + + diff --git a/languages/php/file_templates/php b/languages/php/file_templates/php new file mode 100644 index 00000000..393d4867 --- /dev/null +++ b/languages/php/file_templates/php @@ -0,0 +1,12 @@ +<?php +// +---------------------------------------------------------------------- +// | PHP Source +// +---------------------------------------------------------------------- +// | Copyright (C) $YEAR$ by $AUTHOR$ <$EMAIL$> +// +---------------------------------------------------------------------- +// | +// | Copyright: See COPYING file that comes with this distribution +// +---------------------------------------------------------------------- +// + +?> |