Fix getAge function call
This commit is contained in:
parent
9a2fc11626
commit
d063444a8b
@ -10,7 +10,7 @@
|
|||||||
<?php include "./page-blocks/micro-content.php"; ?>
|
<?php include "./page-blocks/micro-content.php"; ?>
|
||||||
<div class="content hide_micro">
|
<div class="content hide_micro">
|
||||||
<p>
|
<p>
|
||||||
Hello, I'm Fred, a <?php echo $age; ?> rail professional
|
Hello, I'm Fred, a <?php echo getAge(1993,11); ?> rail professional
|
||||||
and Local RMT Rep. I don't intend for this to be about
|
and Local RMT Rep. I don't intend for this to be about
|
||||||
work though, I do lots of hobbies on the side and you can
|
work though, I do lots of hobbies on the side and you can
|
||||||
read about them here.
|
read about them here.
|
||||||
|
Loading…
Reference in New Issue
Block a user