Changeset 34


Ignore:
Timestamp:
Jan 30, 2008, 8:37:24 PM (16 years ago)
Author:
george
Message:

Opraveno: Include souborů.
Přidáno: Zobrazení variabliního symbolu.

Location:
www/finance
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • www/finance/clenove.php

    r6 r34  
    11<?php
    2 include('../global.php');
    32include('../style.php');
    43include('include.php');
     
    2928    echo('<h3><strong>Stav účtu: </strong>'.$Row2['cash'].' Kč</h3><br>');
    3029    echo('</td><td valign="top">');
     30
     31    echo('Variabilní symbol pro platby: <strong>'.$Row2['id'].'</strong><br><br>');
    3132
    3233    // Měsíční bilance
  • www/finance/include.php

    r6 r34  
    105105{
    106106  global $kWh;
    107   return(round($Spotreba*0.72*$kWh));
     107  return(round($Spotreba * 0.72 * $kWh));
    108108}
    109109
  • www/finance/index.php

    r6 r34  
    11<?php
    2 include_once('../global.php');
    32include_once('../style.php');
    43include_once('include.php');
Note: See TracChangeset for help on using the changeset viewer.