Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
e7c3c9b3
Commit
e7c3c9b3
authored
Sep 11, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Css formatting.
parent
4c14fb62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
viewSuccess.php
website/apps/frontend/modules/blog/templates/viewSuccess.php
+5
-3
No files found.
website/apps/frontend/modules/blog/templates/viewSuccess.php
View file @
e7c3c9b3
<?php
use_helper
(
'Date'
);
?>
<h1>
<?php
echo
$blogPost
->
getName
();
?>
</h1>
<h3>
Posted
<?php
echo
distance_of_time_in_words
(
strtotime
(
$blogPost
->
getCreatedAt
()));
?>
ago.
</h3>
<div
class=
"content"
id=
"blog_post"
>
<h1>
<?php
echo
$blogPost
->
getName
();
?>
</h1>
<h3>
Posted
<?php
echo
distance_of_time_in_words
(
strtotime
(
$blogPost
->
getCreatedAt
()));
?>
ago.
</h3>
<p>
<?php
echo
$blogPost
->
getBody
();
?>
</p>
<p>
<?php
echo
$blogPost
->
getBody
();
?>
</p>
</div>
<?php
slot
(
'right'
);
?>
<input
type=
"button"
name=
"back_to_blog"
value=
"Back to Blog"
onClick=
"javascript: location.href = '
<?php
echo
url_for
(
'@blog'
);
?>
';"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment