Changeset 16582 for branches/feature-module-update/templates/templates.xml
- Timestamp:
- 2007/10/29 12:06:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/templates/templates.xml
r15577 r16582 1 1 <?xml version="1.0" encoding="UTF-8"?><templates><template autoinsert="true" context="newPhp" deleted="false" description="ページクラス" enabled="true" name="New PHP class file"><?php 2 2 /* 3 * This file is part of EC-CUBE 4 * 3 5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 4 6 * 5 7 * http://www.lockon.co.jp/ 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License 11 * as published by the Free Software Foundation; either version 2 12 * of the License, or (at your option) any later version. 13 * 14 * This program is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 * GNU General Public License for more details. 18 * 19 * You should have received a copy of the GNU General Public License 20 * along with this program; if not, write to the Free Software 21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 6 22 */ 7 23 … … 50 66 </template><template autoinsert="true" context="newPhp" deleted="false" description="拡張版ページクラス" enabled="true" name="New PHP extend class file"><?php 51 67 /* 68 * This file is part of EC-CUBE 69 * 52 70 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 53 71 * 54 72 * http://www.lockon.co.jp/ 73 * 74 * This program is free software; you can redistribute it and/or 75 * modify it under the terms of the GNU General Public License 76 * as published by the Free Software Foundation; either version 2 77 * of the License, or (at your option) any later version. 78 * 79 * This program is distributed in the hope that it will be useful, 80 * but WITHOUT ANY WARRANTY; without even the implied warranty of 81 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 82 * GNU General Public License for more details. 83 * 84 * You should have received a copy of the GNU General Public License 85 * along with this program; if not, write to the Free Software 86 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 55 87 */ 56 88 … … 102 134 </template><template autoinsert="true" context="newPhp" deleted="false" description="Web ページのテンプレート" enabled="true" name="New Plain PHP file"><?php 103 135 /* 136 * This file is part of EC-CUBE 137 * 104 138 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 105 139 * 106 140 * http://www.lockon.co.jp/ 141 * 142 * This program is free software; you can redistribute it and/or 143 * modify it under the terms of the GNU General Public License 144 * as published by the Free Software Foundation; either version 2 145 * of the License, or (at your option) any later version. 146 * 147 * This program is distributed in the hope that it will be useful, 148 * but WITHOUT ANY WARRANTY; without even the implied warranty of 149 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 150 * GNU General Public License for more details. 151 * 152 * You should have received a copy of the GNU General Public License 153 * along with this program; if not, write to the Free Software 154 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 107 155 */ 108 156
Note: See TracChangeset
for help on using the changeset viewer.