Skip to content

Commit

Permalink
brand change
Browse files Browse the repository at this point in the history
  • Loading branch information
Vino Rodrigues committed May 9, 2016
1 parent 88f25e7 commit a4afbfe
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Binary file added apple-touch-touchicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.ico
Binary file not shown.
Binary file modified images/c1kit-80x15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/c1kit-88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/logo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tecsmith-45x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/tecsmith-88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/twitter-88x31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
include_once($bf);
$brwsr = _get_browser($_SERVER['HTTP_USER_AGENT']);
if ($brwsr && preg_match('/^(iPhone|iPad|iPod)/i', $brwsr['browser']) > 0) :
$page['head'] .= "\t<link rel=\"apple-touch-icon\" href=\"touchicon.png\" />\n";
$page['head'] .= "\t<link rel=\"apple-touch-icon\" href=\"apple-touch-touchicon.png\" />\n";
$page['head'] .= "\t<meta name=\"viewport\" content=\"width=device-width, user-scalable=no; initial-scale=1.0; maximum-scale=1.0;\" />\n";
if (!isset($page['head_suffix'])) $page['head_suffix'] = '';
$page['head_suffix'] .= "\t<link rel=\"stylesheet\" href=\"" . $page['base_path'] . "css/apple.css\" type=\"text/css\" />\n";
Expand Down Expand Up @@ -90,7 +90,7 @@
<?php print $page['content']; ?>
</div></div>
<div id="footer"><?php
print T('COPYRIGHT', array('url' => 'http://tecsmith.com.au', 'lic' => $page['base_path'] . 'license.' . $phpEx, 'year' => date('Y'))) .
print T('COPYRIGHT', array('url' => 'http://tecsmith.com.au', 'lic' => $page['base_path'] . 'license.' . $phpEx, 'year' => date('Y'))) .
T('-') . T('[') .
T('TERMSOS', array('url' => $page['base_path'] . 'tos.' . $phpEx )) . T('|') .
T('PRIVACY', array('url' => $page['base_path'] . 'privacy.' . $phpEx ));
Expand Down
2 changes: 1 addition & 1 deletion mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<title><?php print $p_title; ?></title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/gif" href="favicon.gif" />
<link rel="apple-touch-icon" href="touchicon.png" />
<link rel="apple-touch-icon" href="apple-touch-touchicon.png" />
<meta name="viewport" content="width=device-width, user-scalable=no; initial-scale=1.0; maximum-scale=1.0;" />
</head>
<body style="margin:0;padding:0;">
Expand Down
Binary file removed touchicon.png
Binary file not shown.

0 comments on commit a4afbfe

Please sign in to comment.