mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 19:02:39 +02:00
Bugtracker #3513 - show extended user fields in categories during signup
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_themes/templates/signup_template.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2007-01-17 13:43:40 $
|
||||
| $Author: mrpete $
|
||||
| $Revision: 1.4 $
|
||||
| $Date: 2007-07-30 20:25:36 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -316,6 +316,19 @@ $SIGNUP_BODY = "
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
if(!defined($SIGNUP_EXTENDED_CAT))
|
||||
{
|
||||
$SIGNUP_EXTENDED_CAT = "
|
||||
<tr>
|
||||
<td colspan='2' class='forumheader'>
|
||||
{EXTENDED_CAT_TEXT}
|
||||
</td>
|
||||
</tr>
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
if(!defined($SIGNUP_END))
|
||||
{
|
||||
$SIGNUP_END = "
|
||||
|
Reference in New Issue
Block a user