Exemplo n.º 1
0
<link rel="stylesheet" href="<?php 
echo bu::pub('css/blueprint/screen.css');
?>
" type="text/css" media="screen, projection">
<link rel="stylesheet" href="<?php 
echo bu::pub('css/blueprint/print.css');
?>
" type="text/css" media="print"> 
<!--[if lt IE 8]>
	<link rel="stylesheet" href="<?php 
echo bu::pub('css/blueprint/ie.css');
?>
" type="text/css" media="screen, projection">
<![endif]-->
Exemplo n.º 2
0
<?php

foreach ($icons as $v) {
    ?>
<img src='<?php 
    echo bu::pub($prefix . '/' . $v);
    ?>
'>
<?php 
}
Exemplo n.º 3
0
    <div class='span-22 prepend-1' id='header'> 
        <div class='span-4 prepend-19 last' id='header'> 
        </div> 
    </div> 

    <div class='span-22 prepend-1'> 
	<?php 
echo bu::act('flash_block');
?>
    </div>
    <div class='span-22 prepend-1'> 
        <h1 class='alt'><?php 
echo $title;
?>
</h1>
        <div class='span-15 prepend-2'>
            <?php 
echo $content;
?>
        </div>
    </div>
    <div class='span-22 prepend-1' id='footer'>
        <a href='http://bubujka.ru/'><img src='<?php 
echo bu::pub('bu_logo.png');
?>
'></a>
    </div> 
</div>
</body>
</html>
Exemplo n.º 4
0
         Данные: <a href='http://github.com/najomi/data'>gh:najomi/data</a><br>
       </td>
      </tr>
          </table>
        </div>
    </div>

  </div>


  <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
  <script data-no-instant src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  <script data-no-instant src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
  <script data-no-instant src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
  <script data-no-instant src="<?php 
echo bu::pub('instantclick.min.js');
?>
"></script>
  <script data-no-instant>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

    (function() {
      var cx = '014687314998932346798:20v3gebley0';
      var gcse = document.createElement('script');
      gcse.type = 'text/javascript';
      gcse.async = true;
      gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
          '//www.google.com/cse/cse.js?cx=' + cx;
Exemplo n.º 5
0
<a class='add_usage_button' href='/addone/<?php 
echo implode('-', bu::path());
?>
'>
	<img src='<?php 
echo bu::pub('ico/famfamfam/silk/png/add.png');
?>
'>
	Добавить пример
</a>