Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
30
_include/include_cities.php
Normal file
30
_include/include_cities.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
|
||||
# HA NINCS ID, AKKOR VÁROSLISTA
|
||||
|
||||
if ($this->is_id()) {
|
||||
|
||||
# VÁROS SZERKESZTÉSE
|
||||
|
||||
|
||||
}
|
||||
|
||||
else {
|
||||
|
||||
# VÁROS LISTA
|
||||
|
||||
$scc_query = "SELECT * FROM school_city ORDER BY scc_city ASC";
|
||||
$scc_assoc_array = $sql->assoc_array($scc_query);
|
||||
|
||||
$smarty->assign('scc_assoc_array',$scc_assoc_array);
|
||||
$smarty->display('city_list.tpl');
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user