diff options
author | Jayaram R Pai | 2014-09-02 11:33:37 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-02 11:33:37 +0530 |
commit | 9d2babafbf23339a4777b5313b162f9552dd1813 (patch) | |
tree | 1724173d1f6a7f3a1918e152aae51541d132aa3e /templates/page-front.tpl.php | |
parent | 54aefd757427b7eb07f30d241a6e9d5d1cd2afbd (diff) | |
download | scilab_theme-9d2babafbf23339a4777b5313b162f9552dd1813.tar.gz scilab_theme-9d2babafbf23339a4777b5313b162f9552dd1813.tar.bz2 scilab_theme-9d2babafbf23339a4777b5313b162f9552dd1813.zip |
commented job notification
Diffstat (limited to 'templates/page-front.tpl.php')
-rwxr-xr-x | templates/page-front.tpl.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/page-front.tpl.php b/templates/page-front.tpl.php index 01e1cd6..9ea892e 100755 --- a/templates/page-front.tpl.php +++ b/templates/page-front.tpl.php @@ -162,13 +162,13 @@ </head> <body class="<?php print $classes; ?>"> - <div class="nice-bar"> - <p class="nice-text"> - Developers required for <em>NMEICT/MHRD</em> funded FOSSEE project. - <a class="nice-button" href="http://fossee.in/jobs">View more</a> details. - <span class="nice-close">x</span> - </p> - </div> + <!-- <div class="nice-bar"> --> + <!-- <p class="nice-text"> --> + <!-- Developers required for <em>NMEICT/MHRD</em> funded FOSSEE project. --> + <!-- <a class="nice-button" href="http://fossee.in/jobs">View more</a> details. --> + <!-- <span class="nice-close">x</span> --> + <!-- </p> --> + <!-- </div> --> <?php if ($primary_links): ?> <div id="skip-link"><a href="#main-menu"><?php // print t('Jump to Navigation'); ?></a></div> <?php endif; ?> |