aboutsummaryrefslogtreecommitdiff
path: root/includes/preset.inc
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-07 14:40:10 +0530
committerHeshan <heshan@heidisoft.com>2011-03-07 14:40:10 +0530
commitf804c5913e46299bc52f97ce7905bc00c162db81 (patch)
tree9c887491b2e99ebd3ba013d2712fc2d927efc2bb /includes/preset.inc
parent7235ebc06e881ebefe1d2c45a3b0f5304e26b936 (diff)
downloadvideo-f804c5913e46299bc52f97ce7905bc00c162db81.tar.gz
video-f804c5913e46299bc52f97ce7905bc00c162db81.tar.bz2
Creating new module Video UI to manage Video module configurations ie. Preset management
Diffstat (limited to 'includes/preset.inc')
-rw-r--r--includes/preset.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/preset.inc b/includes/preset.inc
index 52d814b..f1c14b8 100644
--- a/includes/preset.inc
+++ b/includes/preset.inc
@@ -22,6 +22,7 @@ class video_preset {
*/
public function admin_settings() {
$form = array();
+ module_load_include('inc', 'video_ui', 'video.preset');
$presets = video_preset_get_presets();
if (count($presets) == 0) {
$form['video_preset'] = array(