本文整理汇总了PHP中GoogleSitemapGenerator::GetPluginUrl方法的典型用法代码示例。如果您正苦于以下问题:PHP GoogleSitemapGenerator::GetPluginUrl方法的具体用法?PHP GoogleSitemapGenerator::GetPluginUrl怎么用?PHP GoogleSitemapGenerator::GetPluginUrl使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类GoogleSitemapGenerator
的用法示例。
在下文中一共展示了GoogleSitemapGenerator::GetPluginUrl方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: HtmlShowOptionsPage
//.........这里部分代码省略.........
li.sm_hint {
color:green;
}
li.sm_optimize {
color:orange;
}
li.sm_error {
color:red;
}
input.sm_warning:hover {
background: #ce0000;
color: #fff;
}
a.sm_button {
padding:4px;
display:block;
padding-left:25px;
background-repeat:no-repeat;
background-position:5px 50%;
text-decoration:none;
border:none;
}
a.sm_button:hover {
border-bottom-width:1px;
}
a.sm_donatePayPal {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-paypal.gif);
}
a.sm_donateAmazon {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-amazon.gif);
}
a.sm_pluginHome {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-arne.gif);
}
a.sm_pluginList {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-email.gif);
}
a.sm_pluginSupport {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-wordpress.gif);
}
示例2: HtmlShowOptionsPage
//.........这里部分代码省略.........
li.sm_hint {
color:green;
}
li.sm_optimize {
color:orange;
}
li.sm_error {
color:red;
}
input.sm_warning:hover {
background: #ce0000;
color: #fff;
}
a.sm_button {
padding:4px;
display:block;
padding-left:25px;
background-repeat:no-repeat;
background-position:5px 50%;
text-decoration:none;
border:none;
}
a.sm_button:hover {
border-bottom-width:1px;
}
a.sm_donatePayPal {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-paypal.gif);
}
a.sm_donateAmazon {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-amazon.gif);
}
a.sm_pluginHome {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-arne.gif);
}
a.sm_pluginList {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-email.gif);
}
a.sm_pluginSupport {
background-image:url(<?php
echo $this->sg->GetPluginUrl();
?>
img/icon-wordpress.gif);
}