No regular expressions were active.
1 |
|
<?
|
|
1 |
|
<?
|
2 |
|
|
|
2 |
|
|
3 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_BASE . '
scripts/Bx
BaseProfil
eView.php'
);
|
|
3 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_BASE . '
scripts/Bx
BaseProfil
eView.php'
);
|
4 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_ROOT . "
templates/
tmpl_{$tmp
l}/scripts
/BxTemplVo
tingView.p
hp" );
|
|
4 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_ROOT . "
templates/
tmpl_{$tmp
l}/scripts
/BxTemplVo
tingView.p
hp" );
|
|
|
5 |
|
require_on
ce( BX_DIR
ECTORY_PAT
H_ROOT . "
templates/
tmpl_{$tmp
l}/scripts
/BxTemplCm
tsView.php
" );
|
5 |
|
|
|
6 |
|
|
6 |
|
class BxTe
mplProfile
View exten
ds BxBaseP
rofileView
|
|
7 |
|
class BxTe
mplProfile
View exten
ds BxBaseP
rofileView
|
7 |
|
{
|
|
8 |
|
{
|
8 |
|
functi
on BxTempl
ProfileVie
w( $ID )
|
|
9 |
|
functi
on BxTempl
ProfileVie
w( $ID )
|
9 |
|
{
|
|
10 |
|
{
|
10 |
|
$t
his -> oVo
tingView =
new BxTem
plVotingVi
ew ('profi
le', (int)
$ID);
|
|
11 |
|
$t
his -> oVo
tingView =
new BxTem
plVotingVi
ew ('profi
le', (int)
$ID);
|
|
|
12 |
|
$t
his -> oCm
tsView = n
ew BxTempl
CmtsView (
'profile',
(int)$ID)
;
|
11 |
|
Bx
BaseProfil
eView::BxB
aseProfile
View( $ID
);
|
|
13 |
|
Bx
BaseProfil
eView::BxB
aseProfile
View( $ID
);
|
12 |
|
}
|
|
14 |
|
}
|
13 |
|
}
|
|
15 |
|
}
|
14 |
|
?>
|
|
16 |
|
?>
|