root/releases/elgg0.8rc2/content/users/main.php

Revision 420, 193 bytes (checked in by sven, 3 years ago)

remove unnecessary leading slashes on strings appended to $CFG->*root vars

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     // User-related content modules
4
5     // Blurb for editing your user details
6         $function['content:userdetails:edit'][] = path . "content/users/content_userdetails_edit.php";
7
8 ?>
Note: See TracBrowser for help on using the browser.