Changeset 2099 in ExiteCMS for trunk/includes/authentication/auth_local.php
- Timestamp:
- 12/07/08 22:05:25 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/authentication/auth_local.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/authentication/auth_local.php
r2095 r2099 72 72 } 73 73 74 // get the template for this authentication method 75 function get_template($type = "side") { 76 77 if ($type == "side") { 78 return PATH_INCLUDES."authentication/templates/auth.username_password.side.tpl"; 79 } else { 80 return PATH_INCLUDES."authentication/templates/auth.username_password.body.tpl"; 81 } 82 } 83 74 84 /*-----------------------------------------------+ 75 85 | private class methods |
Note: See TracChangeset
for help on using the changeset viewer.
