Update classes.php
This commit is contained in:
parent
2bee4a2617
commit
0d7582627b
|
|
@ -85,6 +85,9 @@ class PartyStarter {
|
||||||
</div>
|
</div>
|
||||||
</nav>';
|
</nav>';
|
||||||
}
|
}
|
||||||
|
function footer() {
|
||||||
|
echo "<hr>hi this is footer";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue