mirror of
https://github.com/processwire/processwire.git
synced 2025-08-20 21:42:23 +02:00
Various minor theme updates
This commit is contained in:
@@ -53,7 +53,7 @@ urls()->set('jquery', 'wire/modules/Jquery/JqueryCore/JqueryCore.js');
|
||||
<!-- MAIN CONTENT -->
|
||||
<main id='main' class='uk-container uk-margin uk-margin-large-bottom'>
|
||||
<?php if(page()->parent->id > $home->id) echo ukBreadcrumb(page(), [ 'class' => 'uk-visible@m' ]); ?>
|
||||
<div class='uk-grid-large' uk-grid>
|
||||
<div class='uk-grid uk-grid-large' uk-grid>
|
||||
<div id='content' class='uk-width-expand'>
|
||||
<h1 id='content-head' class='uk-margin-small-top'>
|
||||
<?=page()->get('headline|title')?>
|
||||
@@ -79,7 +79,7 @@ urls()->set('jquery', 'wire/modules/Jquery/JqueryCore/JqueryCore.js');
|
||||
<!-- FOOTER -->
|
||||
<footer class='uk-section uk-section-secondary'>
|
||||
<div id='footer' class='uk-container'>
|
||||
<div uk-grid>
|
||||
<div class='uk-grid' uk-grid>
|
||||
<div class='uk-width-1-3@m uk-flex-last@m uk-text-center'>
|
||||
<form class='uk-search uk-search-default' action='<?=pages()->get('template=search')->url?>' method='get'>
|
||||
<button type='submit' class='uk-search-toggle uk-search-icon-flip' uk-search-icon></button>
|
||||
|
@@ -943,7 +943,7 @@ function ukComment(Comment $comment) {
|
||||
|
||||
$out = "
|
||||
<article id='Comment$comment->id' class='$classes uk-comment uk-comment-primary' data-comment='$comment->id'>
|
||||
<header class='uk-comment-header uk-grid-medium uk-flex-middle' uk-grid>
|
||||
<header class='uk-comment-header uk-grid uk-grid-medium uk-flex-middle' uk-grid>
|
||||
$gravatar
|
||||
<div class='uk-width-expand'>
|
||||
<h4 class='uk-comment-title uk-margin-remove'>$cite</h4>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php namespace ProcessWire; ?>
|
||||
|
||||
<div class='uk-child-width-1-2@s uk-child-width-1-3@m uk-grid-match uk-margin-large-bottom' pw-append='content' uk-grid>
|
||||
<div class='uk-child-width-1-2@s uk-child-width-1-3@m uk-grid uk-grid-match uk-margin-large-bottom' pw-append='content' uk-grid>
|
||||
<?php foreach(page()->children as $category): ?>
|
||||
<a class='uk-link-reset' href='<?=$category->url?>'>
|
||||
<div class='uk-card uk-card-default uk-card-hover uk-card-body'>
|
||||
|
Reference in New Issue
Block a user