dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Queue fixes
Jake Vanderwerf
2026-05-13
226b50642af0895948fbaa623a9b7180399a63b6
[jakevan/jvb.git]
/
inc
/
managers
/
SEO
/
render
/
Thing
/
Place
/
AdministrativeArea
/
_setup.php
1
2
3
4
5
<?php
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Place/AdministrativeArea/AdministrativeArea.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Place/AdministrativeArea/City.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Place/AdministrativeArea/Country.php');
require(JVB_DIR . '/inc/managers/SEO/render/Thing/Place/AdministrativeArea/State.php');