Changeset 34
- Timestamp:
- Jan 30, 2008, 8:37:24 PM (17 years ago)
- Location:
- www/finance
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
www/finance/clenove.php
r6 r34 1 1 <?php 2 include('../global.php');3 2 include('../style.php'); 4 3 include('include.php'); … … 29 28 echo('<h3><strong>Stav účtu: </strong>'.$Row2['cash'].' Kč</h3><br>'); 30 29 echo('</td><td valign="top">'); 30 31 echo('Variabilní symbol pro platby: <strong>'.$Row2['id'].'</strong><br><br>'); 31 32 32 33 // Měsíční bilance -
www/finance/include.php
r6 r34 105 105 { 106 106 global $kWh; 107 return(round($Spotreba *0.72*$kWh));107 return(round($Spotreba * 0.72 * $kWh)); 108 108 } 109 109 -
www/finance/index.php
r6 r34 1 1 <?php 2 include_once('../global.php');3 2 include_once('../style.php'); 4 3 include_once('include.php');
Note:
See TracChangeset
for help on using the changeset viewer.