name

Sql code posted
created at 15 May 13:23, updated at 29 May 11:43

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
''' ruby
<div class="page-wrap home">
  <header role="banner">
    <?php include $active_theme_path . '/templates/header-inner.tpl.php'; ?>
    <div class="page-title">
      <div class="row">
        <div class="column">
          <h1><?php print $title; ?></h1>
          <?php print render($title_suffix); ?>
          <?php print render($primary_local_tasks); ?>
        </div>
'''
396 Bytes in 2 ms with coderay