Changeset 2711
- Timestamp:
- 10/17/10 20:22:24 (12 years ago)
- Location:
- plugins/adminExample
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/adminExample/_define.php
r1719 r2711 19 19 /* Description */ 'Admin Example', 20 20 /* Author */ 'Dotclear Documentation', 21 /* Version */ '0.1 ',21 /* Version */ '0.1.1', 22 22 /* Permissions */ 'usage,contentadmin' 23 23 ); -
plugins/adminExample/index.php
r1719 r2711 82 82 <p class="form-note"> 83 83 <?php echo(__('Hello World!')); ?> 84 </p> 84 85 </fieldset> 85 86
Note: See TracChangeset
for help on using the changeset viewer.