diff --git a/application/modules/default/views/scripts/user/partials/loopPlings.phtml b/application/modules/default/views/scripts/user/partials/loopPlings.phtml index b333b157f..f807e79c6 100644 --- a/application/modules/default/views/scripts/user/partials/loopPlings.phtml +++ b/application/modules/default/views/scripts/user/partials/loopPlings.phtml @@ -1,177 +1,179 @@ . **/ ?>
Products
Downloads
Pling-Factor
Payout
\ No newline at end of file diff --git a/application/modules/default/views/scripts/user/plings.phtml b/application/modules/default/views/scripts/user/plings.phtml index 1767383b1..deaa5a098 100644 --- a/application/modules/default/views/scripts/user/plings.phtml +++ b/application/modules/default/views/scripts/user/plings.phtml @@ -1,264 +1,267 @@ . **/ $this->tab = 'plings'; $this->countDownloadsOverall = 0; $currentDate = date("Ym",time()); $currentYear = date("Y",time()); $modelDownload = new Default_Model_StatDownload(); $downloadYears = $modelDownload->getUserDownloadYears($this->member->member_id); #$this->countDownloadsOverall = count($this->downloads); ?>
render('user/partials/userHeader_top.phtml'); ?>
render('user/partials/userHeader.phtml'); ?>

translate('Payout') ?>

view_member; if($member->pling_excluded == 1) { echo "


This account has been excluded from receiving plings, due to various misuses.

"; } ?>
view_member; if($member->paypal_valid_status > 100) { $status = $this->paypal_valid_status; if($status->color == 'red') { echo ''; } if($status->color == 'yellow') { echo ''; } if($status->color == 'blue') { echo ''; } if($status->color == 'green') { echo ''; } } ?>
pling_excluded == 0 || (Zend_Auth::getInstance()->hasIdentity() AND Zend_Auth::getInstance()->getIdentity()->roleName == 'admin')) { echo ""; ?>
- '.$currentYear.''; } foreach ($downloadYears as $yearobj) { echo ''; } ?>
\ No newline at end of file