Added the payments controller and views.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@63 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-01 08:15:51 +00:00
parent f473a91870
commit dd5402d2f1
4 changed files with 227 additions and 0 deletions

3
views/payments/index.ctp Normal file
View File

@@ -0,0 +1,3 @@
<div class="payments index">
<?php echo $this->element('payments', array('heading' => '<h2>'.$heading.'</h2>')) ?>
</div>