From 1e488eee553082f816349a40a922803149ad679a Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Tue, 28 Sep 2010 02:45:19 +0000
Subject: [PATCH] change mobile to new mobile template.

---
 plugins/mobile_unl/views/mobile/pageshells/pageshell.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
index dc86efb9..fcdde97c 100755
--- a/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
+++ b/plugins/mobile_unl/views/mobile/pageshells/pageshell.php
@@ -34,7 +34,7 @@ if (empty($vars['title'])) {
 require_once 'UNL/Templates.php';
 
 UNL_Templates::$options['version'] = 3;
-$page = UNL_Templates::factory('Popup');
+$page = UNL_Templates::factory('Mobile');
 $page->doctitle = '<title>'.$vars['title'].'</title>';
 $page->titlegraphic = '<h1><a href="'.$vars['config']->url.'" title="Planet Red Home">'.$vars['config']->sitename.'</a></h1>';
 $page->head .= '<link rel="stylesheet" href="' . $vars['url'] .'_css/css.css?lastcache='.$vars['config']->lastcache.'>&amp;viewtype=mobile&view=mobile" type="text/css" />';
-- 
GitLab