Ignore:
Timestamp:
Sep 15, 2014 9:44:27 PM (10 years ago)
Author:
anonymous
Message:

Beginning the process of adapting codebase to foundation styles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/login.php

    r477 r497  
    2424 * login.php
    2525 */
     26
     27// Redefine include_path including the codebase/services but allow local templates override global ones.
     28ini_set('include_path', join(PATH_SEPARATOR, array(
     29    get_include_path(),
     30    dirname(__FILE__) . '/templates'
     31)));
    2632
    2733// We may want to use the add/edit interface from another script, so this
     
    6470// Templates.
    6571include 'header.ihtml';
    66 include 'codebase/services/templates/login_form.ihtml';
     72include 'login_form.ihtml';
    6773include 'footer.ihtml';
    6874
Note: See TracChangeset for help on using the changeset viewer.