Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
97ec8e0c
Commit
97ec8e0c
authored
May 03, 2001
by
Steven Wittens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typoe
parent
0f27761e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
themes/goofy/goofy.theme
themes/goofy/goofy.theme
+1
-1
No files found.
themes/goofy/goofy.theme
View file @
97ec8e0c
...
...
@@ -116,7 +116,7 @@ function story($story, $main = 0) {
</tr>
<tr>
<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=
"lgr"
><img
src=
"themes/goofy/images/null.gif"
alt=
""
></td>
</tr>
...
...
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