summaryrefslogtreecommitdiff
path: root/app/frontend/web/AssetManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/web/AssetManager.php')
-rw-r--r--app/frontend/web/AssetManager.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/frontend/web/AssetManager.php b/app/frontend/web/AssetManager.php
new file mode 100644
index 0000000..2677585
--- /dev/null
+++ b/app/frontend/web/AssetManager.php
@@ -0,0 +1,11 @@
+<?php
+
+Prado::using('Application.web.BaseUrlDerivedFromBasePath');
+
+class AssetManager extends TAssetManager {
+
+ use BaseUrlDerivedFromBasePath;
+
+}
+
+?>