Skip to content
Snippets Groups Projects
Commit 07cf2c69 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added the PHPTemplate port of pushbutton.

parent df9f93f9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Showing
with 167 additions and 0 deletions
themes/pushbutton/arrow-next-hover.png

173 B

themes/pushbutton/arrow-next-visited.png

173 B

themes/pushbutton/arrow-next.png

173 B

themes/pushbutton/arrow-prev-hover.png

174 B

themes/pushbutton/arrow-prev-visited.png

178 B

themes/pushbutton/arrow-prev.png

175 B

themes/pushbutton/arrow-up-hover.png

175 B

themes/pushbutton/arrow-up-visited.png

173 B

themes/pushbutton/arrow-up.png

173 B

themes/pushbutton/background.png

2.39 KiB

<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
<div class="title"><h3><?php print $block->subject ?></h3></div>
<div class="content"><?php print $block->content ?></div>
</div>
\ No newline at end of file
<div class="box">
<h2 class="title"><?php print $title ?></h2>
<div class="content"><?php print $content ?></div>
</div>
\ No newline at end of file
<div class="comment">
<?php if ($picture) : ?>
<?php print $picture ?>
<?php endif; ?>
<h3 class="title"><?php print $title ?></h3>
<div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
<div class="content"><?php print $content ?></div>
<!-- BEGIN: links -->
<div class="links">&raquo; <?php print $links ?></div>
<!-- END: links -->
</div>
themes/pushbutton/forum-container.jpg

10.5 KiB

themes/pushbutton/forum-link.png

711 B

themes/pushbutton/header-a.jpg

440 B

themes/pushbutton/header-b.jpg

5.63 KiB

themes/pushbutton/header-c.png

195 B

themes/pushbutton/icon-block.png

310 B

themes/pushbutton/icon-comment.png

317 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment