Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-19 18:03:15 (GMT)
committer Benoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-19 18:03:15 (GMT)
commitbe90c93f29353ddcb7dbea685ff27904548f3674 (patch)
tree4cfaefc39f083a16a33c9c857170237f92d9ce1d
parent46d2918dfd20c0bcb71d31253c702b068fbfb8df (diff)
changed branding for tutorius
-rw-r--r--site/app/views/elements/headers/page_header_full.thtml9
-rw-r--r--site/app/webroot/css/amo2009/main.css1
-rw-r--r--site/app/webroot/img/amo2009/app-icons/tutorius.pngbin0 -> 14401 bytes
-rw-r--r--site/app/webroot/img/app-icons/tutorius.pngbin0 -> 14408 bytes
4 files changed, 7 insertions, 3 deletions
diff --git a/site/app/views/elements/headers/page_header_full.thtml b/site/app/views/elements/headers/page_header_full.thtml
index 79d3806..b5f8ea8 100644
--- a/site/app/views/elements/headers/page_header_full.thtml
+++ b/site/app/views/elements/headers/page_header_full.thtml
@@ -42,7 +42,7 @@
*/
?>
<div id="header" role="banner">
- <?php
+ <?php
switch (APP_SHORTNAME) {
case 'firefox':
$main_header = sprintf(
@@ -74,6 +74,12 @@
$html->url('/img/amo2009/app-icons/firefox.png', null, false, false)
);
break;
+ case 'tutorius':
+ $main_header = sprintf(
+ ___('Tutorials <em>for</em> <img alt="tutorius tutorials" src="%1$s" />'),
+ $html->url('/img/amo2009/app-icons/tutorius.png', null, false, false)
+ );
+ break;
default:
$main_header = sprintf(
___('Add-ons <img alt="Add-ons" src="%1$s" />'),
@@ -83,7 +89,6 @@
}
?>
<p id="title"><a href="<?=$html->url('/')?>" title="<?=sprintf(___('Return to the %1$s Add-ons homepage'), APP_PRETTYNAME)?>"><?= $main_header ?></a></p>
- <p id="brand"><a href="http://www.mozilla.com/<?=LANG?>/" title="<?=___('Mozilla')?>" accesskey="1"><?=___('Mozilla')?></a></p>
<?php if (isset($header_extra)) echo $header_extra ?>
diff --git a/site/app/webroot/css/amo2009/main.css b/site/app/webroot/css/amo2009/main.css
index aebb2c1..fa83835 100644
--- a/site/app/webroot/css/amo2009/main.css
+++ b/site/app/webroot/css/amo2009/main.css
@@ -50,7 +50,6 @@ table {
html {
background-color: #fafdfe;
- background-image: url(../../img/amo2009/bg/body.jpg);
background-position: top center;
background-repeat: no-repeat;
}
diff --git a/site/app/webroot/img/amo2009/app-icons/tutorius.png b/site/app/webroot/img/amo2009/app-icons/tutorius.png
new file mode 100644
index 0000000..b7d78b5
--- /dev/null
+++ b/site/app/webroot/img/amo2009/app-icons/tutorius.png
Binary files differ
diff --git a/site/app/webroot/img/app-icons/tutorius.png b/site/app/webroot/img/app-icons/tutorius.png
new file mode 100644
index 0000000..63511fd
--- /dev/null
+++ b/site/app/webroot/img/app-icons/tutorius.png
Binary files differ