Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
97ec8e0c
Commit
97ec8e0c
authored
May 03, 2001
by
Steven Wittens
Browse files
fixed typoe
parent
0f27761e
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/goofy/goofy.theme
View file @
97ec8e0c
...
@@ -116,7 +116,7 @@ function story($story, $main = 0) {
...
@@ -116,7 +116,7 @@ function story($story, $main = 0) {
</tr>
</tr>
<tr>
<tr>
<td
class=
"lgl"
><img
src=
"themes/goofy/images/null.gif"
alt=
""
></td>
<td
class=
"lgl"
><img
src=
"themes/goofy/images/null.gif"
alt=
""
></td>
<td
class=
"lgcnt"
><small>
<?php echo strtr(t("
$how
by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?>
</small></td>
<td
class=
"lgcnt"
><small>
<?php echo strtr(t("
Submitted
by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?>
</small></td>
<td
class=
"lgcnt"
nowrap
><div
align=
"right"
>
<?php echo category_name($story->cid) ." / ". topic_name($story->tid); ?>
</div></td>
<td
class=
"lgcnt"
nowrap
><div
align=
"right"
>
<?php echo category_name($story->cid) ." / ". topic_name($story->tid); ?>
</div></td>
<td
class=
"lgr"
><img
src=
"themes/goofy/images/null.gif"
alt=
""
></td>
<td
class=
"lgr"
><img
src=
"themes/goofy/images/null.gif"
alt=
""
></td>
</tr>
</tr>
...
...
Write
Preview
Supports
Markdown
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