Skip to content
Snippets Groups Projects
Commit 1e488eee authored by Seth Meranda's avatar Seth Meranda
Browse files

change mobile to new mobile template.

parent bae391b5
No related branches found
No related tags found
No related merge requests found
......@@ -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" />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment