diff --git a/htdocs/application/config/routes.php b/htdocs/application/config/routes.php index 036dad8..910b96a 100644 --- a/htdocs/application/config/routes.php +++ b/htdocs/application/config/routes.php @@ -68,6 +68,7 @@ $route['404_override'] = 'main/error_404'; $route['themes/:any/css/:any'] = 'theme_assets/css'; $route['themes/:any/images/:any'] = 'theme_assets/images'; +$route['themes/:any/img/:any'] = 'theme_assets/images'; $route['themes/:any/js/:any'] = 'theme_assets/js'; /* End of file routes.php */ diff --git a/htdocs/themes/geocities/images/flames.gif b/htdocs/themes/geocities/images/flames.gif new file mode 100644 index 0000000..480f5ca Binary files /dev/null and b/htdocs/themes/geocities/images/flames.gif differ diff --git a/htdocs/themes/geocities/images/microfab.gif b/htdocs/themes/geocities/images/microfab.gif new file mode 100644 index 0000000..4cdf0aa Binary files /dev/null and b/htdocs/themes/geocities/images/microfab.gif differ diff --git a/htdocs/themes/geocities/images/progress.gif b/htdocs/themes/geocities/images/progress.gif new file mode 100644 index 0000000..ee8a4c3 Binary files /dev/null and b/htdocs/themes/geocities/images/progress.gif differ diff --git a/htdocs/themes/geocities/images/rainbow.gif b/htdocs/themes/geocities/images/rainbow.gif new file mode 100644 index 0000000..baa8ecd Binary files /dev/null and b/htdocs/themes/geocities/images/rainbow.gif differ diff --git a/htdocs/themes/geocities/images/stars.gif b/htdocs/themes/geocities/images/stars.gif new file mode 100644 index 0000000..4e85191 Binary files /dev/null and b/htdocs/themes/geocities/images/stars.gif differ