Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. // PHP template
  2. <?php if (!$page) { ?>
  3. <h2<?php
  4.   print $title_attributes;
  5.   ?>><a href="<?php
  6.  
  7.   print $node_url;
  8.   ?>"><?php
  9.   print $title;
  10.   ?></a></h2>
  11. <?php
  12. }
  13. ?>
  14. // Twit template
  15. {% if page %}
  16.     <h2 {{ title_attributes }}>{{ node_url }}{{ node_title }}</h2>
  17. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement