Changeset 2099 in ExiteCMS for trunk/includes/authentication/auth_openid.php
- Timestamp:
- 12/07/08 22:05:25 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/authentication/auth_openid.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/authentication/auth_openid.php
r2095 r2099 95 95 } 96 96 97 // get the template for this authentication method 98 function get_template($type = "side") { 99 100 if ($type == "side") { 101 return PATH_INCLUDES."authentication/templates/auth.openid.side.tpl"; 102 } else { 103 return PATH_INCLUDES."authentication/templates/auth.openid.body.tpl"; 104 } 105 } 106 97 107 /*-----------------------------------------------+ 98 108 | private class methods |
Note: See TracChangeset
for help on using the changeset viewer.
