Changeset 30 for tags/1.0.0/bin


Ignore:
Timestamp:
Dec 10, 2005 2:36:04 AM (19 years ago)
Author:
scdev
Message:

reverted some changes to make more compatible with old sites, using adm_ template nmes

Location:
tags/1.0.0/bin/module_maker
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/bin/module_maker/list_template.cli.php

    r29 r30  
    120120</div>
    121121
    122 <?php include 'list_info.ihtml'; \x3f>
     122<?php include 'adm_list_info.ihtml'; \x3f>
    123123
    124124<table class="list">
  • tags/1.0.0/bin/module_maker/skel/adm_list.ihtml

    r29 r30  
    1515</div>
    1616
    17 <?php include 'list_info.ihtml'; ?>
     17<?php include 'adm_list_info.ihtml'; ?>
    1818
    1919<table class="list">
  • tags/1.0.0/bin/module_maker/skel/admin.php

    r29 r30  
    170170 *****************************************************************************/
    171171
    172 include 'header.ihtml';
     172include 'adm_header.ihtml';
    173173include $main_template;
    174 include 'footer.ihtml';
     174include 'adm_footer.ihtml';
    175175
    176176/******************************************************************************
  • tags/1.0.0/bin/module_maker/skel/public.php

    r29 r30  
    119119
    120120// We have the data, and no errors, so here come the templates.
    121 include 'header.ihtml';
     121include 'adm_header.ihtml';
    122122include $main_template;
    123 include 'footer.ihtml';
     123include 'adm_footer.ihtml';
    124124
    125125?>
Note: See TracChangeset for help on using the changeset viewer.